uncomment if: env.STAGE == 'prod'

This commit is contained in:
Daniel Roth 2026-02-09 16:10:00 +00:00
parent 1f1e077b49
commit d1e9e9f7ab

View file

@ -62,7 +62,7 @@ jobs:
run: terraform plan -var-file=${STAGE}.tfvars -out=tfplan
- name: Terraform Apply
# if: env.STAGE == 'prod'
if: env.STAGE == 'prod'
working-directory: infrastructure/terraform/shared
run: terraform apply -auto-approve tfplan