Skip to content

Commit

Permalink
chore: update deno actions to main
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycoder committed Jan 28, 2024
1 parent e33209a commit 4df885f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@main
with:
deno-version: v1.x
deno-version: vx.x.x

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Build step
run: "npm install && npm run build" # 📝 Update the build command(s) if necessary

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
uses: denoland/deployctl@main
with:
project: "code-factor"
entrypoint: "server.js" # 📝 Update the entrypoint if necessary
Expand Down

0 comments on commit 4df885f

Please sign in to comment.