Skip to content

Commit

Permalink
up: Change root and entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioEsp committed Feb 16, 2023
1 parent 5e8f9fa commit 8ae22f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
uses: denoland/deployctl@v1
with:
project: "desp-qr-generator"
entrypoint: "./dist/server/entry.mjs"
entrypoint: "./server/entry.mjs"
root: "dist"

0 comments on commit 8ae22f0

Please sign in to comment.