We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ff876 commit 1fc94c0Copy full SHA for 1fc94c0
.github/workflows/deploy.yml
@@ -1,9 +1,9 @@
1
name: Deploy
2
on:
3
push:
4
- branches: fix/deno
+ branches: main
5
pull_request:
6
7
8
jobs:
9
deploy:
@@ -33,12 +33,11 @@ jobs:
33
34
- name: Build step
35
run: "npm run build"
36
- working-directory: ./nextjs
37
38
- name: Upload to Deno Deploy
39
uses: denoland/deployctl@v1
40
with:
41
- project: "studio-nextjs-test"
+ project: "studio-nextjs"
42
entrypoint: "jsr:@deno/nextjs-start/v15"
43
root: "./nextjs"
44
0 commit comments