Skip to content

Commit 1fc94c0

Browse files
WIP
Signed-off-by: sanjaykhondal-aw <[email protected]>
1 parent 49ff876 commit 1fc94c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy
22
on:
33
push:
4-
branches: fix/deno
4+
branches: main
55
pull_request:
6-
branches: fix/deno
6+
branches: main
77

88
jobs:
99
deploy:
@@ -33,12 +33,11 @@ jobs:
3333

3434
- name: Build step
3535
run: "npm run build"
36-
working-directory: ./nextjs
3736

3837
- name: Upload to Deno Deploy
3938
uses: denoland/deployctl@v1
4039
with:
41-
project: "studio-nextjs-test"
40+
project: "studio-nextjs"
4241
entrypoint: "jsr:@deno/nextjs-start/v15"
4342
root: "./nextjs"
4443

0 commit comments

Comments
 (0)