Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Mar 1, 2024
1 parent 70136db commit 9c88518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/uix-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- name: Checkout Repo
uses: "actions/checkout@v3"
with:
submodules: recursive
- name: Setup Deno
uses: "denoland/setup-deno@v1"
- name: Deploy UIX App
run: "deno run --importmap ./importmap.json -Aqr https://dev.cdn.unyt.org/uix1/run.ts --stage prod --detach "
run: "deno run --importmap ./importmap.json -Aqr https://dev.cdn.unyt.org/uix1/run.ts --stage prod --detach -v "

0 comments on commit 9c88518

Please sign in to comment.