Skip to content

Commit

Permalink
ci: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent 51542cc commit 4bafd4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 21
uses: actions/setup-node@v3
with:
node-version: 21

- name: Install bun
run: |
run: |
curl -fsSL https://bun.sh/install | bash
source /root/.bashrc
Expand All @@ -27,11 +27,11 @@ jobs:
path: Rin

- name: Install dependencies
run: |
run: |
cd Rin/
bun i
- name: Deploy
run: |
run: |
cd Rin/
bun server/migrator.ts

0 comments on commit 4bafd4a

Please sign in to comment.