Skip to content

Commit edb73ad

Browse files
authored
Merge pull request #1527 from input-output-hk/move_staging_mainnet
chore: move staging mainnet to dev cluster
2 parents 62e5cda + 9b7cf6c commit edb73ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cardano-services.yaml

+1-1
Original file line numberDiff line numberDiff 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

nix/cardano-services/deployments/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,12 @@ in
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 = {

0 commit comments

Comments
 (0)