Skip to content

Commit

Permalink
ci: Update deploy.yaml to use absolute paths for bun commands
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent 5579bc6 commit ff4aebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
path: Rin

- name: Deploy
uses: oven-sh/setup-bun@v1
run: |
curl -fsSL https://bun.sh/install | bash
cd Rin/
"~/.bun/bin/bun i
"~/.bun/bin/bun server/migrator.ts
bun i
bun server/migrator.ts

0 comments on commit ff4aebc

Please sign in to comment.