Skip to content

Commit

Permalink
Adding the new live environment, playground.*.iohkdev.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Jenkins authored and krisajenkins committed Jan 26, 2021
1 parent 7336a3a commit 03d0f3b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/default.nix
Expand Up @@ -160,6 +160,7 @@ let
kris = mkEnv "kris" "eu-west-1";
alpha = mkEnv "alpha" "eu-west-2";
pablo = mkEnv "pablo" "eu-west-3";
playground = mkEnv "playground" "us-west-1";
wyohack = mkEnv "wyohack" "us-west-2";
testing = mkEnv "testing" "eu-west-3";
};
Expand Down
3 changes: 3 additions & 0 deletions deployment/terraform/variables.tf
Expand Up @@ -70,6 +70,7 @@ variable "bastion_ssh_keys" {
kris = ["kris"]
pablo = ["pablo"]
prod = [ "live-infra-staging", "david", "kris", "mpj" ]
playground = [ "live-infra-staging", "david", "kris", "mpj" ]
wyohack = ["david", "pablo", "kris"]
testing = ["david", "pablo", "kris"]
}
Expand All @@ -85,6 +86,7 @@ variable "nixops_ssh_keys" {
kris = ["kris"]
pablo = ["pablo"]
prod = [ "live-infra-staging" ]
playground = [ "live-infra-staging", "kris", "david" ]
wyohack = ["david", "pablo", "kris"]
testing = ["david", "pablo", "kris"]
}
Expand All @@ -100,6 +102,7 @@ variable "playground_ssh_keys" {
kris = ["kris"]
pablo = ["pablo"]
prod = [ "live-infra-staging", "david", "kris", "mpj" ]
playground = [ "live-infra-staging", "david", "kris", "mpj" ]
wyohack = ["david", "pablo", "kris"]
testing = ["david", "pablo", "kris"]
}
Expand Down
Binary file added secrets/playground/marlowe/githubClientId.gpg
Binary file not shown.
Binary file added secrets/playground/marlowe/githubClientSecret.gpg
Binary file not shown.
Binary file added secrets/playground/marlowe/jwtSignature.gpg
Binary file not shown.
Binary file added secrets/playground/plutus/githubClientId.gpg
Binary file not shown.
Binary file added secrets/playground/plutus/githubClientSecret.gpg
Binary file not shown.
Binary file added secrets/playground/plutus/jwtSignature.gpg
Binary file not shown.

0 comments on commit 03d0f3b

Please sign in to comment.