This commit is contained in:
Jun-te Kim 2026-02-03 13:38:37 +00:00
parent f6255c105b
commit 3221899299

View file

@ -64,9 +64,10 @@ jobs:
working-directory: infrastructure/terraform/shared
run: terraform plan -var-file=${STAGE}.tfvars -out=tfplan
# - name: Terraform Apply (shared)
# working-directory: infrastructure/terraform/shared
# run: terraform apply -auto-approve -var-file=${STAGE}.tfvars tfplan
- name: Terraform Apply (shared)
# if: env.STAGE == 'prod'
working-directory: infrastructure/terraform/shared
run: terraform apply -auto-approve -var-file=${STAGE}.tfvars tfplan
# # ============================================================
# # 2⃣ Build Docker image (tag = GitHub SHA, digest resolved)