Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Apr 28, 2024
1 parent ac0c008 commit 21f04f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
deno-version: v1.x

- name: Install Node.js
uses: actions/setup-node@v4
- name: Install bun.sh
uses: oven-sh/setup-bun@v1
with:
node-version: lts/*
bun-version: 1.1.4

- name: Install step
run: "bun install --frozen-lockfile"
Expand All @@ -38,5 +38,5 @@ jobs:
uses: denoland/deployctl@v1
with:
project: "yunusefendi-distapp-64"
entrypoint: "server/index.mjs"
entrypoint: "server/index.ts"
root: ".output"

0 comments on commit 21f04f2

Please sign in to comment.