Skip to content

update to outfit + adding mediations route #58

update to outfit + adding mediations route

update to outfit + adding mediations route #58

Workflow file for this run

name: run-migrations
on:
push:
branches:
- main
jobs:
migrate:
name: migrate
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DATABASE_ONLY: true
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
# Run `bun` commands in the correct directory, if necessary
- run: bun install
- run: bun gen
- run: bun migrate