Skip to content

Commit

Permalink
helm: Fix dependency graph for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Aug 30, 2023
1 parent ee16def commit 8c76198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ spec:
- "github:input-output-hk/marlowe-playground#marlowe-playground-server"
- "github:input-output-hk/marlowe-playground#ghc-with-marlowe"
- "nixpkgs#z3"
- "nixpkgs#cacert"
entrypointBinName: "marlowe-playground-server"
- meta:
alias: Push production server image
Expand Down Expand Up @@ -223,6 +222,7 @@ spec:
alias: Deploy To local-marlowe-staging
dependsOn:
- push-server-image-staging
- push-client-image-staging
name: local-marlowe-staging
properties:
policies:
Expand All @@ -232,6 +232,7 @@ spec:
alias: Deploy To local-marlowe-production
dependsOn:
- push-server-image-production
- push-client-image-production
name: local-marlowe-production
properties:
policies:
Expand Down

0 comments on commit 8c76198

Please sign in to comment.