Skip to content

Commit 10859ef

Browse files
committed
chore: move staging mainnet to new cluster
1 parent 71549bf commit 10859ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cardano-services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ name: cardano-services
5454
- local-network@us-east-1@v1
5555
- ops-preprod-1@us-east-1
5656
- ops-preview-1@us-east-1
57-
- staging-mainnet@eu-west-1@v2
57+
- staging-mainnet@us-east-1@v2
5858
- staging-preprod@us-east-1@v2
5959
required: true
6060
type: choice

nix/cardano-services/deployments/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,12 +512,12 @@ in
512512
};
513513
};
514514

515-
"staging-mainnet@eu-west-1@v2" = final: {
515+
"staging-mainnet@us-east-1@v2" = final: {
516516
name = "${final.namespace}-cardanojs-v2";
517517
namespace = "staging-mainnet";
518518
context = "eks-devs";
519519
network = "mainnet";
520-
region = "eu-west-1";
520+
region = "us-east-1";
521521

522522
providers = {
523523
backend = {

0 commit comments

Comments
 (0)