We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e5cda + 9b7cf6c commit edb73adCopy full SHA for edb73ad
.github/workflows/cardano-services.yaml
@@ -51,7 +51,7 @@ name: cardano-services
51
- local-network@us-east-1@v1
52
- ops-preprod-1@us-east-1
53
- ops-preview-1@us-east-1
54
- - staging-mainnet@eu-west-1@v2
+ - staging-mainnet@us-east-1@v2
55
- staging-preprod@us-east-1@v2
56
required: true
57
type: choice
nix/cardano-services/deployments/default.nix
@@ -478,12 +478,12 @@ in
478
};
479
480
481
- "staging-mainnet@eu-west-1@v2" = final: {
+ "staging-mainnet@us-east-1@v2" = final: {
482
name = "${final.namespace}-cardanojs-v2";
483
namespace = "staging-mainnet";
484
context = "eks-devs";
485
network = "mainnet";
486
- region = "eu-west-1";
+ region = "us-east-1";
487
488
providers = {
489
backend = {
0 commit comments