Skip to content

Merge pull request #5 from andresmarpz/dependabot/npm_and_yarn/zod-3.… #43

Merge pull request #5 from andresmarpz/dependabot/npm_and_yarn/zod-3.…

Merge pull request #5 from andresmarpz/dependabot/npm_and_yarn/zod-3.… #43

name: Run migrations
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: ./tooling/github-actions/install
- name: Apply all pending migrations to the database
run: pnpm drizzle:migration:run
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}