mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-17 22:34:45 +00:00
on second thought, let's not use graphviz; 'tis a silly place
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
2f72f14aaf
commit
22db212ec7
1 changed files with 0 additions and 10 deletions
10
.github/workflows/deploy.yaml
vendored
10
.github/workflows/deploy.yaml
vendored
|
|
@ -26,8 +26,6 @@ jobs:
|
|||
go-version: '1.20.x'
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
- uses: imjasonh/setup-crane@v0.1
|
||||
- uses: ts-graphviz/setup-graphviz@v1
|
||||
|
||||
|
||||
# Setup OIDC->SA auth
|
||||
- uses: google-github-actions/auth@v0
|
||||
|
|
@ -43,16 +41,8 @@ jobs:
|
|||
run: |
|
||||
terraform init
|
||||
terraform plan -input=false -lock=false -out=plan.tmp
|
||||
terraform graph -plan=plan.tmp | dot -Tpng > plan.png
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: ${{ failure() || success() }}
|
||||
with:
|
||||
name: plan.png
|
||||
path: plan.png
|
||||
|
||||
- name: Terraform Apply
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: terraform apply -auto-approve -input=false plan.tmp
|
||||
|
||||
- run: ./test.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue