Skip to content

ci: add deploy configuration for staging #1

ci: add deploy configuration for staging

ci: add deploy configuration for staging #1

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- debug-for-runtime-vars
jobs:
deploy:
uses: ./.github/workflows/_build_deploy.yml
with:
ckb-mode: testnet
k8s-namespace: testnet
k8s-workload: ckb-explorer-front
environment: testnet
secrets: inherit