mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
apply
This commit is contained in:
parent
f6255c105b
commit
3221899299
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deploy_terraform.yml
vendored
7
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue