We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb70e7 commit f67c2bbCopy full SHA for f67c2bb
1 file changed
.github/workflows/deploy.yml
@@ -23,22 +23,12 @@ jobs:
23
with:
24
deno-version: v2.x
25
26
- - name: Install Node.js
27
- uses: actions/setup-node@v4
28
- with:
29
- node-version: lts/*
30
-
31
- - name: Install step
32
- run: "deno install"
33
34
- name: Build step
35
run: "deno task build"
36
37
- name: Upload to Deno Deploy
38
uses: denoland/deployctl@v1
39
40
project: "andromeda"
41
- entrypoint: "_fresh/server.js"
+ entrypoint: "main.ts"
42
root: "."
43
44
0 commit comments