recomment env.stage == 'prod'

This commit is contained in:
Daniel Roth 2026-02-09 12:20:44 +00:00
parent 2e424e227e
commit db0431f413

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