-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change catalyst tag to centrifuge-app/v* (#1472)
* Change catalyst tag to centrifuge-app/v* Have consistency between the release tags and the catalyst tag * change catalyst deployment tag, separate catalyst into it's own deployment * Update tags on the README
- Loading branch information
Showing
6 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
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 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ on: | |
push: | ||
branches: | ||
- main | ||
tags: | ||
- "rc*" | ||
paths: | ||
- 'centrifuge-app/**' | ||
- 'centrifuge-js/**' | ||
|
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
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