mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-16 12:21:53 +00:00
drop test.sh, fmt on CI
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
d13b71d327
commit
8e999f95f4
2 changed files with 5 additions and 7 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -17,3 +17,6 @@ jobs:
|
|||
go-version: '1.21.x'
|
||||
- uses: actions/checkout@v3
|
||||
- run: go build ./...
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
- run: terraform fmt -check -recursive
|
||||
|
||||
|
|
|
|||
9
.github/workflows/deploy.yaml
vendored
9
.github/workflows/deploy.yaml
vendored
|
|
@ -37,13 +37,8 @@ jobs:
|
|||
with:
|
||||
project_id: kontaindotme
|
||||
|
||||
- name: Terraform Plan
|
||||
- name: Terraform Plan and Apply
|
||||
run: |
|
||||
terraform init
|
||||
terraform plan -input=false -lock=false -out=plan.tmp
|
||||
|
||||
- name: Terraform Apply
|
||||
run: terraform apply -auto-approve -input=false plan.tmp
|
||||
|
||||
- run: ./test.sh
|
||||
|
||||
terraform apply -auto-approve -input=false plan.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue