Skip to content

Commit

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

plutus-staging.description = "Plutus Apps Staging";

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

users.extraUsers.root.openssh.authorizedKeys.keys = pkgs.ssh-keys.devOps ++ [
Expand Down
13 changes: 13 additions & 0 deletions deploy.cue
Expand Up @@ -156,6 +156,19 @@ Namespace: [Name=_]: {
}

}

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

}

for nsName, nsValue in #namespaces {
Expand Down
2 changes: 2 additions & 0 deletions revisions/combined.cue
Expand Up @@ -3,11 +3,13 @@ package revisions
import (
"github.com/input-output-hk/plutus-ops/pkg/revisions/production:production"
"github.com/input-output-hk/plutus-ops/pkg/revisions/staging:staging"
"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"
)

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

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

marloweWebsite: "6c785e47135eeb9b18bfe3e2b7942d44d374abf0"

0 comments on commit 08ad94c

Please sign in to comment.