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
7bfb91239a
commit
2b88a57ffb
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deploy.yaml
vendored
5
.github/workflows/deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue