Skip to content

Merge pull request #1499 from zmcNotafraid/fix-block-timestamp-test #326

Merge pull request #1499 from zmcNotafraid/fix-block-timestamp-test

Merge pull request #1499 from zmcNotafraid/fix-block-timestamp-test #326

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: ${{ needs.build.outputs.image }}
environment: prod_testnet_v1_1
secrets: inherit