File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
nix/cardano-services/deployments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ name: cardano-services
5151 - local-network@us-east-1@v1
5252 - ops-preprod-1@us-east-1
5353 - ops-preview-1@us-east-1
54- - staging-mainnet@eu-west -1@v2
54+ - staging-mainnet@us-east -1@v2
5555 - staging-preprod@us-east-1@v2
5656 required : true
5757 type : choice
Original file line number Diff line number Diff line change 478478 } ;
479479 } ;
480480
481- "staging-mainnet@eu-west -1@v2" = final : {
481+ "staging-mainnet@us-east -1@v2" = final : {
482482 name = "${ final . namespace } -cardanojs-v2" ;
483483 namespace = "staging-mainnet" ;
484484 context = "eks-devs" ;
485485 network = "mainnet" ;
486- region = "eu-west -1" ;
486+ region = "us-east -1" ;
487487
488488 providers = {
489489 backend = {
You can’t perform that action at this time.
0 commit comments