Skip to content

Merge pull request #1522 from zmcNotafraid/remove-torch-logo #328

Merge pull request #1522 from zmcNotafraid/remove-torch-logo

Merge pull request #1522 from zmcNotafraid/remove-torch-logo #328

name: Deploy to testnet v1.1
on:
push:
branches:
- "godwoken-v1-testnet-prod"
jobs:
build:
uses: ./.github/workflows/build.yml
with:
environment: prod_testnet_v1_1
chain: testnet_v1_1
graphiql: false
secrets: inherit
deploy-update:
needs: build
uses: ./.github/workflows/deploy.yml
with:
k8s-namespace: testnet
k8s-workload: gwscan-api
image-name: ${{ needs.build.outputs.image-name }}
image-tag: ${{ needs.build.outputs.image-tag }}
environment: prod_testnet_v1_1
secrets: inherit