Skip to content

Commit 108cbaa

Browse files
Merge branch 'fix/deno' of github.com:credebl/studio into fix/deno
2 parents 5acd9f0 + 3a87bf2 commit 108cbaa

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
@@ -1,9 +1,9 @@
11
name: Deploy
22
on:
33
push:
4-
branches: main
4+
branches: fix/deno
55
pull_request:
6-
branches: main
6+
branches: fix/deno
77

88
jobs:
99
deploy:
@@ -37,7 +37,7 @@ 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"
4242
root: "./nextjs"
4343

0 commit comments

Comments
 (0)