run for production

This commit is contained in:
Jun-te Kim 2026-02-10 15:58:28 +00:00
parent 6a29967b1b
commit 0c9dada642

View file

@ -74,7 +74,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