Skip to content

Commit

Permalink
ci: try fix no such file
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent 3a30337 commit 7b7b19f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,15 @@ jobs:
with:
node-version: 21

- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Clone Rin repository
uses: actions/checkout@v2
with:
path: Rin

- name: Install dependencies
run: |
source ~/.bashrc
cd Rin/
bun i
- name: Deploy
run: |
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
cd Rin/
bun i
bun server/migrator.ts

0 comments on commit 7b7b19f

Please sign in to comment.