Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 authored Feb 22, 2024
1 parent 43e032e commit 43272b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Terraform Init
run: terraform init
- name: Terraform Plan
run: terraform plan -input=false
run: terraform plan -input=false -var 'site_domain=${{ secrets.TF_VAR_SITE_DOMAIN }}' -var 'public_alb_domain=${{ secrets.TF_VAR_PUBLIC_ALB_DOMAIN }}'
- name: Terraform Apply
run: terraform apply -auto-approve
run: terraform apply -auto-approve -var 'site_domain=${{ secrets.TF_VAR_SITE_DOMAIN }}' -var 'public_alb_domain=${{ secrets.TF_VAR_PUBLIC_ALB_DOMAIN }}'

0 comments on commit 43272b3

Please sign in to comment.