Skip to content

Commit

Permalink
Add aws to destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed May 30, 2024
1 parent 837671a commit 78e8a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
name: 💥 Terraform destruction of any existing delivery
run: terraform apply -destroy -no-color -auto-approve
continue-on-error: true
env:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
-
name: 🛫 Terraform application of new delivery
run: terraform apply -no-color -auto-approve
Expand Down

0 comments on commit 78e8a7f

Please sign in to comment.