Skip to content

ci: Update deploy.yaml to use absolute paths for bun commands #8

ci: Update deploy.yaml to use absolute paths for bun commands

ci: Update deploy.yaml to use absolute paths for bun commands #8

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 21
- name: Clone Rin repository
uses: actions/checkout@v2
with:
path: Rin
- name: Deploy
uses: oven-sh/setup-bun@v1
run: |
cd Rin/
bun i
bun server/migrator.ts