Skip to content

Commit

Permalink
feat: add destroy config
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed May 23, 2024
1 parent 8cdcd14 commit ad60e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Read destroy configuration
id: read-destroy-config
run: |
DESTROY_DEV="$(jq -r '.dev' destroy_config.json)"
DESTROY_PROD="$(jq -r '.prod' destroy_config.json)"
DESTROY_DEV="$(jq -r '.dev' ./infra/destroy_config.json)"
DESTROY_PROD="$(jq -r '.prod' ./infra/destroy_config.json)"
echo "::set-output name=destroy_dev::$DESTROY_DEV"
echo "::set-output name=destroy_prod::$DESTROY_PROD"
Expand Down

0 comments on commit ad60e61

Please sign in to comment.