mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
fix deploy
This commit is contained in:
parent
efb708aab3
commit
7bfb91239a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
|
|
@ -37,9 +37,8 @@ jobs:
|
|||
|
||||
- name: Terraform Plan
|
||||
run: |
|
||||
cat > terraform.tfvars <<EOF
|
||||
project_id = "${{ env.PROJECT_ID }}"
|
||||
EOF
|
||||
TF_VAR_domain=kontain.me
|
||||
TF_VAR_project_id=kontaindotme
|
||||
|
||||
terraform init
|
||||
terraform plan -input=false -lock=false -out=plan.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue