From 210e14e4a50c9f86a4455eea4190f17c7975f43a Mon Sep 17 00:00:00 2001 From: Keith Date: Tue, 29 Aug 2023 14:12:10 +0800 Subject: [PATCH] ci: add deploy configuration for staging --- .github/workflows/staging.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/staging.yml diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml new file mode 100644 index 000000000..f6163f11b --- /dev/null +++ b/.github/workflows/staging.yml @@ -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