Skip to content

feat: save spore cell info to udt account (#1407) #264

feat: save spore cell info to udt account (#1407)

feat: save spore cell info to udt account (#1407) #264

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- develop
- staging
tags:
- staging
- '*-rc*'
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
deploy-update:
needs: build
strategy:
matrix:
workload: [ckb-explorer-api, ckb-explorer-poolsyncer, ckb-explorer-scheduler, ckb-explorer-blocksyncer, ckb-explorer-worker]
uses: ./.github/workflows/update-image.yml
with:
k8s-namespace: staging
k8s-workload: ${{ matrix.workload }}
image-name: ${{ needs.build.outputs.image-name }}
image-tag: ${{ needs.build.outputs.image-tag }}
secrets: inherit