Skip to content

Commit fef2383

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent f939d2b commit fef2383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Upload to Deno Deploy
3838
uses: denoland/deployctl@v1
3939
with:
40-
project: "engli"
41-
entrypoint: "dist/"
42-
root: ""
40+
project: "engl"
41+
entrypoint: "server/entry.mjs"
42+
root: "dist"

0 commit comments

Comments
 (0)