Skip to content

Commit

Permalink
fix(infra): destroy stg infra
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jan 2, 2025
1 parent 07076c6 commit f20dcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
DOCKER_ENV: production
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
TF_VAR_env: test
TF_VAR_env: staging
TF_VAR_redis_url: ${{ secrets.REDIS_URL }}
TF_VAR_api_base_url: 'pets-staging.lhowsam.com'
TF_VAR_session_secret: ${{ secrets.SESSION_SECRET }}
Expand Down

0 comments on commit f20dcbe

Please sign in to comment.