Skip to content

move readme file

move readme file #9

Workflow file for this run

name: Prisma Migrate Deploy
on:
push:
branches:
- main
jobs:
migrate-deploy:
runs-on: ubuntu-22.04
env:
DATABASE_URL: ${{ secrets.PROD_DATABASE_URL }}
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Run Prisma Migrate
run: npx prisma migrate deploy