Skip to content

Commit

Permalink
ci: add deploy configuration for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 29, 2023
1 parent 6aebc1b commit 210e14e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit 210e14e

Please sign in to comment.