build.yaml
Some checks failed
Build / build (push) Failing after 38s

This commit is contained in:
Corban-Lee Jones 2025-05-13 10:21:43 +01:00
parent 0ce68139e1
commit 79b79382e2

View File

@ -21,9 +21,7 @@ jobs:
run: npm i
- name: Reset and Push Database Migrations
run: npx prisma migrate reset --force && npx prisma db push
env:
- DATABASE_URL: "${{ secrets.POSTGRESQL_CONN_STRING }}"
run: DATABASE_URL=${{ secrets.POSTGRESQL_CONN_STRING }} npx prisma migrate reset --force && npx prisma db push
- name: Build Dist
run: npm run build