Skip to content

Commit

Permalink
Merge pull request #2280 from matter-labs/decomission-old-stage
Browse files Browse the repository at this point in the history
The one and only stage cluster after old stage decomission
  • Loading branch information
hatemosphere authored Aug 1, 2022
2 parents 35025df + 4f3d178 commit ddcf664
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 ddcf664

Please sign in to comment.