Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Mar 6, 2024
1 parent 535ae3a commit fd8fa62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uix-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- 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 -v "
run: "deno run --importmap ./importmap.json -Aqr https://dev.cdn.unyt.org/uix1/run.ts --stage prod --detach"
3 changes: 1 addition & 2 deletions app.dx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source_maps: true;
plugin git_deploy (
prod: {
on: "push",
tests: false,
args: ["-v"]
tests: false
}
)
2 changes: 1 addition & 1 deletion backend/.dx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ location: stage {
},

domain: stage {
prod: 'video.example.unyt.app'
prod: 'video-example.unyt.app'
}

0 comments on commit fd8fa62

Please sign in to comment.