Skip to content

Commit 9494b9a

Browse files
authored
Merge pull request #28 from buildrun-tech/diario/dia-24
ci(day 24): destroy to reduce costs
2 parents d8c7fa8 + dc6c9f5 commit 9494b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
- name: Read destroy configuration
381381
id: read-destroy-config
382382
run: |
383-
DESTROY="$(jq -r '.$ENVIRONMENT' ./terraform/destroy_config.json)"
383+
DESTROY="$(jq -r '.${ENVIRONMENT}' ./terraform/destroy_config.json)"
384384
echo "destroy=$(echo $DESTROY)" >> $GITHUB_OUTPUT
385385
386386
- name: Terraform Init

0 commit comments

Comments
 (0)