fix
Some checks failed
Deploy / deploy (push) Failing after 1m31s

This commit is contained in:
2026-06-13 16:21:21 +02:00
parent 6aff286b50
commit bfd927be18
4 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
run: npm run build
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
NEXT_PRIVATE_SKIP_DB_CONNECT: true
- name: Run database migrations
run: npx prisma db push