Skip to content

Commit

Permalink
Get prod up
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jul 21, 2023
1 parent 389277b commit 4859da0
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions deploy/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
secretKeyRef:
key: callbackPath
name: gh-oauth-production
image: ghcr.io/input-output-hk/marlowe-playground-server:2023-05-30-e2d5fd6
image: ghcr.io/input-output-hk/marlowe-playground-server:latest
traits:
- properties:
domains:
Expand All @@ -154,15 +154,27 @@ spec:
port: 8080
type: https-route
- name: marlowe-playground-client
properties:
image: ghcr.io/input-output-hk/marlowe-playground-client:2023-05-30-e2d5fd6
traits:
- properties:
domains:
- play.marlowe.iohk.io
rules:
- port: 8080
type: https-route
- type: init-container
properties:
name: build-client
image: nixos/nix
cmd:
- bash
- -c
- |
nix --experimental-features "nix-command flakes" --option filter-syscalls false --accept-flake-config build github:input-output-hk/marlowe-playground/production#marlowe-playground-client
mkdir -p /client-www
cp -a result/* /client-www
mountName: client-www
initMountPath: /client-www
appMountPath: /client-www
workflow:
mode:
steps: DAG
Expand Down

0 comments on commit 4859da0

Please sign in to comment.