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 7b7b19f commit 5579bc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Deploy
run: |
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
cd Rin/
bun i
bun server/migrator.ts
"~/.bun/bin/bun i
"~/.bun/bin/bun server/migrator.ts

0 comments on commit 5579bc6

Please sign in to comment.