Skip to content

Commit

Permalink
The one and only stage cluster after old stage decomission
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere authored and Deniallugo committed Sep 2, 2022
1 parent 0d9b71e commit 43d5c9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/setup.runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,12 @@ jobs:
key: ${{ inputs.environment }}
export_to: output
mode: overwrite
# TODO: rename stage-new cluster to stage after migration from old to new is done
map: |
{
".*": {
"namespace": "${{ inputs.environment }}",
"hfEnv": "${{ inputs.environment }}",
"cluster": "stage-new"
"cluster": "stage"
},
"^rinkeby$": { "cluster": "testnet" },
"^ropsten$": { "cluster": "testnet" },
Expand Down

0 comments on commit 43d5c9d

Please sign in to comment.