diff --git a/.github/workflows/cardano-services.yaml b/.github/workflows/cardano-services.yaml index 2ab359efe13..f553fda5d9a 100644 --- a/.github/workflows/cardano-services.yaml +++ b/.github/workflows/cardano-services.yaml @@ -51,7 +51,7 @@ name: cardano-services - local-network@us-east-1@v1 - ops-preprod-1@us-east-1 - ops-preview-1@us-east-1 - - staging-mainnet@eu-west-1@v2 + - staging-mainnet@us-east-1@v2 - staging-preprod@us-east-1@v2 required: true type: choice diff --git a/nix/cardano-services/deployments/default.nix b/nix/cardano-services/deployments/default.nix index 82130c251e1..a77a59f509e 100644 --- a/nix/cardano-services/deployments/default.nix +++ b/nix/cardano-services/deployments/default.nix @@ -478,12 +478,12 @@ in }; }; - "staging-mainnet@eu-west-1@v2" = final: { + "staging-mainnet@us-east-1@v2" = final: { name = "${final.namespace}-cardanojs-v2"; namespace = "staging-mainnet"; context = "eks-devs"; network = "mainnet"; - region = "eu-west-1"; + region = "us-east-1"; providers = { backend = {