parent
0ce68139e1
commit
79b79382e2
@ -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
|
Loading…
x
Reference in New Issue
Block a user