Skip to content

feat: add --remove-sample-code option (#378) #9

feat: add --remove-sample-code option (#378)

feat: add --remove-sample-code option (#378) #9

Workflow file for this run

name: migration
on:
push:
branches:
- main
paths:
- prisma/**
workflow_dispatch:
jobs:
migrate:
runs-on: ubuntu-latest
# please remove this after you set the secret
if: false
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-db
- run: pnpm db:deploy
env:
DATABASE_URL: ${{secrets.DATABASE_URL}}