fix transfer debt (#2134) #39
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Catalyst | |
on: | |
push: | |
tags: | |
- "centrifuge-app/v*" | |
concurrency: | |
# Cancel any staging or prod deployment on-going | |
# in favor of this new pre-release | |
group: catalyst-deployment | |
cancel-in-progress: true | |
jobs: | |
app-staging: | |
uses: ./.github/workflows/centrifuge-app.yml | |
secrets: inherit | |
with: | |
deploy_env: catalyst | |
pinning-staging: | |
uses: ./.github/workflows/pinning-api.yml | |
secrets: inherit | |
with: | |
deploy_env: catalyst | |
onboarding-staging: | |
uses: ./.github/workflows/onboarding-api.yml | |
secrets: inherit | |
with: | |
deploy_env: catalyst |