Skip to content

Commit

Permalink
Add Pablo's test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Nov 30, 2021
1 parent 08ad94c commit a9f74dd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clusters/plutus/playground/default.nix
Expand Up @@ -44,6 +44,8 @@ in {
plutus-staging.description = "Plutus Apps Staging";

hernan.description = "Hernán's ad hoc environment";

pablo.description = "Pablo's test environment";
};

users.extraUsers.root.openssh.authorizedKeys.keys = pkgs.ssh-keys.devOps ++ [
Expand Down
12 changes: 12 additions & 0 deletions deploy.cue
Expand Up @@ -167,6 +167,18 @@ Namespace: [Name=_]: {
#portBase: 1820
#variant: "marlowe"
}

"pablo": {
vars: {
#revs: revisions["pablo"]
#variant: "marlowe"
}
jobs: #jobs & {
#namespace: "pablo"
#portBase: 1831
#variant: "marlowe"
}

}

}
Expand Down
2 changes: 2 additions & 0 deletions revisions/combined.cue
Expand Up @@ -6,10 +6,12 @@ import (
"github.com/input-output-hk/plutus-ops/pkg/revisions/hernan:hernan"
"github.com/input-output-hk/plutus-ops/pkg/revisions/plutusProduction:plutusProduction"
"github.com/input-output-hk/plutus-ops/pkg/revisions/plutusStaging:plutusStaging"
"github.com/input-output-hk/plutus-ops/pkg/revisions/pablo:pablo"
)

"production": production
"staging": staging
"hernan": hernan
"plutusProduction": plutusProduction
"plutusStaging": plutusStaging
"pablo": pablo
3 changes: 3 additions & 0 deletions revisions/pablo/marlowe.cue
@@ -0,0 +1,3 @@
package pablo

marlowe: "4c50e5f72b9ada6a1406db0ee14a71da8d0f94a7"
3 changes: 3 additions & 0 deletions revisions/pablo/marloweWebsite.cue
@@ -0,0 +1,3 @@
package pablo

marloweWebsite: "6c785e47135eeb9b18bfe3e2b7942d44d374abf0"

0 comments on commit a9f74dd

Please sign in to comment.