Skip to content

Commit 29113a1

Browse files
refactor: deploy workflow file changes (#1019)
* refactor: deploy workflow file changes Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com> * refactor: changes in workflow file Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com> --------- Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
1 parent 50f0a21 commit 29113a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
7373
- name: Build step
7474
run: npm install && npm run build # 📝 Update the build command(s)
75-
working-directory: nextjs
75+
working-directory: ./nextjs
7676

7777

7878
- name: Upload to Deno Deploy
7979
uses: denoland/deployctl@v1
8080
with:
8181
project: "studio-nextjs"
8282
entrypoint: "jsr:@deno/nextjs-start/v15"
83-
root: "nextjs"
83+
root: "./nextjs"

.github/workflows/deploy.yml

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

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)