1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00

fix deploy

This commit is contained in:
Jason Hall 2023-04-27 14:47:41 -04:00
parent efb708aab3
commit 7bfb91239a
Failed to extract signature

View file

@ -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