Skip to content

Commit f67c2bb

Browse files
committed
chore: revert change
1 parent 1bb70e7 commit f67c2bb

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,12 @@ jobs:
2323
with:
2424
deno-version: v2.x
2525

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-
3426
- name: Build step
3527
run: "deno task build"
3628

3729
- name: Upload to Deno Deploy
3830
uses: denoland/deployctl@v1
3931
with:
4032
project: "andromeda"
41-
entrypoint: "_fresh/server.js"
33+
entrypoint: "main.ts"
4234
root: "."
43-
44-

0 commit comments

Comments
 (0)