Skip to content

Commit

Permalink
chore: Add needs dependency for destroy job in AWS deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jul 13, 2024
1 parent ecf0a8e commit 0e99df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_aws_vpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
destroy:
name: Destroy Infrastructure
runs-on: ubuntu-latest
needs: deploy

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_INFRA_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_INFRA_KEY }}
Expand Down

0 comments on commit 0e99df0

Please sign in to comment.