Skip to content

Commit 0ad203b

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent b182115 commit 0ad203b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy frontend
1+
name: Deploy
22
on:
33
push:
4-
branches: main
4+
branches: dev
55
pull_request:
6-
branches: main
6+
branches: dev
77

88
jobs:
99
deploy:
@@ -18,9 +18,6 @@ jobs:
1818
- name: Clone repository
1919
uses: actions/checkout@v4
2020

21-
- name: Change to frontend directory
22-
run: cd frontend
23-
2421
- name: Install Deno
2522
uses: denoland/setup-deno@v2
2623
with:
@@ -32,7 +29,7 @@ jobs:
3229
- name: Upload to Deno Deploy
3330
uses: denoland/deployctl@v1
3431
with:
35-
project: "ybigta-santa-tell-me"
32+
project: "santatellme"
3633
entrypoint: "main.ts"
3734
root: "."
3835

0 commit comments

Comments
 (0)