This commit is contained in:
parent
851467ab90
commit
0ce68139e1
@ -21,9 +21,9 @@ jobs:
|
|||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Reset and Push Database Migrations
|
- name: Reset and Push Database Migrations
|
||||||
run: npx prisma migrate reset && npm run db:push
|
run: npx prisma migrate reset --force && npx prisma db push
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
|
- DATABASE_URL: "${{ secrets.POSTGRESQL_CONN_STRING }}"
|
||||||
|
|
||||||
- name: Build Dist
|
- name: Build Dist
|
||||||
run: npm run build
|
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user