Skip to content

Commit

Permalink
Merge pull request #1527 from input-output-hk/move_staging_mainnet
Browse files Browse the repository at this point in the history
chore: move staging mainnet to dev cluster
  • Loading branch information
bernokl authored Nov 15, 2024
2 parents 62e5cda + 9b7cf6c commit edb73ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cardano-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit edb73ad

Please sign in to comment.