Skip to content

Commit 590026d

Browse files
committed
Configure Deno Deploy
1 parent baeb37d commit 590026d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/deploy.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Deno
22
on:
33
push:
44
branches: main
@@ -26,16 +26,13 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: lts/*
29+
node-version: 20
3030

3131
- name: Install step
32-
run: "npm install"
32+
run: npm install
3333

3434
- name: Upload to Deno Deploy
3535
uses: denoland/deployctl@v1
3636
with:
37-
project: "mensa-bot2"
38-
entrypoint: "main.js"
39-
root: ""
40-
41-
37+
project: mensa-bot
38+
entrypoint: main.js

0 commit comments

Comments
 (0)