Skip to content

Commit 4e36498

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 1f0c95c commit 4e36498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Upload to Deno Deploy
3838
uses: denoland/deployctl@v1
3939
with:
40-
project: "studio-nextjs"
40+
project: "studio-nextjs-test"
4141
entrypoint: "jsr:@deno/nextjs-start/v15"
42-
root: "nextjs"
42+
root: "./nextjs"
4343
include: .next, public
4444

0 commit comments

Comments
 (0)