Skip to content

Commit bb5966a

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 6f8db4c commit bb5966a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 4 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: main
55
pull_request:
6-
branches: ["main"]
6+
branches: main
77

88
jobs:
99
deploy:
@@ -29,6 +29,8 @@ jobs:
2929
- name: Upload to Deno Deploy
3030
uses: denoland/deployctl@v1
3131
with:
32-
project: "cv-darioespinoza"
32+
project: "vide-coding"
3333
entrypoint: "main.ts"
34-
root: "."
34+
root: "."
35+
36+

0 commit comments

Comments
 (0)