Skip to content

Commit

Permalink
Configure Deno Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax committed Jan 5, 2025
1 parent baeb37d commit 06446bb
Show file tree
Hide file tree
Showing 4 changed files with 2,767 additions and 1,014 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deno
on:
push:
branches: main
Expand Down Expand Up @@ -26,16 +26,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 20

- name: Install step
run: "npm install"
run: npm install

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "mensa-bot2"
entrypoint: "main.js"
root: ""


project: mensa-bot
entrypoint: main.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
.env
.idea
package-lock.json
deno.lock
Loading

0 comments on commit 06446bb

Please sign in to comment.