We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db44fce commit 5a0961fCopy full SHA for 5a0961f
.github/workflows/uix-deploy-prod.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Setup Deno
16
uses: "denoland/setup-deno@v1"
17
- name: Deploy UIX App
18
- 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://cdn.unyt.org/[email protected]/run.ts --stage prod --detach"
0 commit comments