Skip to content

Commit f8c96d6

Browse files
authoredMar 29, 2024··
[Deno Deploy] Add .github/workflows/deploy.yml
1 parent 80c9e04 commit f8c96d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/workflows/deploy.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ jobs:
2424
deno-version: v1.x
2525

2626
- name: Build step
27-
run: "deno task mono build"
27+
run: "deno task build"
2828

29+
- name: Upload to Deno Deploy
30+
uses: denoland/deployctl@v1
31+
with:
32+
project: "web-check"
33+
entrypoint: "./apps/web/main.ts"
34+
root: "."

0 commit comments

Comments
 (0)
Please sign in to comment.