diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 14bf709..57e58bf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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