Skip to content

Commit 13601b2

Browse files
authored
Update deploy.yml
try deploy script (x8)
1 parent fc6996d commit 13601b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
2929
with:
3030
deno-version: v2.x
3131

32-
- name: Deploy Deno App
33-
run: |
34-
deno run --config ./frontend/deno.json --allow-net --allow-read ./frontend/main.ts
35-
3632
- name: Build step
37-
run: "deno task build"
33+
run: "deno task --cwd frontend build"
3834

3935
- name: Upload to Deno Deploy
4036
uses: denoland/deployctl@v1

0 commit comments

Comments
 (0)