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:50:36 -04:00
parent 7bfb91239a
commit 2b88a57ffb
Failed to extract signature

View file

@ -16,6 +16,8 @@ jobs:
contents: read
env:
KO_DOCKER_REPO: gcr.io/kontaindotme
TF_VAR_domain: kontain.me
TF_VAR_project_id: kontaindotme
steps:
- uses: actions/checkout@v3
@ -37,9 +39,6 @@ jobs:
- name: Terraform Plan
run: |
TF_VAR_domain=kontain.me
TF_VAR_project_id=kontaindotme
terraform init
terraform plan -input=false -lock=false -out=plan.tmp
terraform show -no-color plan.tmp