Skip to content

Commit

Permalink
Abandon deno support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Sep 13, 2024
1 parent 19e9303 commit 0bc4072
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest

permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository

steps:
Expand All @@ -23,21 +22,10 @@ jobs:
- name: Clone repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: Install Deno
uses: denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
with:
deno-version: v1.x

- name: Install Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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 # v1
with:
project: "sad-camel-61"
entrypoint: "./app/page.tsx" # 📝 Update the entrypoint if necessary

0 comments on commit 0bc4072

Please sign in to comment.