Skip to content

Commit

Permalink
Merge pull request #67 from input-output-hk/renebarbosafl-patch-1
Browse files Browse the repository at this point in the history
chore: Update deploy.yml
  • Loading branch information
renebarbosafl authored Feb 8, 2024
2 parents 2d2b64a + db3cd1e commit 672e01d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
allowed-uris = ${{ env.ALLOWED_URIS }}
Expand Down Expand Up @@ -57,4 +60,4 @@ jobs:
docker push $IMAGE_ID:$TAG
}
tagAndPush "marlowe-playground-server"
tagAndPush "marlowe-playground-client"
tagAndPush "marlowe-playground-client"

0 comments on commit 672e01d

Please sign in to comment.