parent
79b79382e2
commit
e320a1d958
@ -21,7 +21,12 @@ jobs:
|
|||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Reset and Push Database Migrations
|
- name: Reset and Push Database Migrations
|
||||||
run: DATABASE_URL=${{ secrets.POSTGRESQL_CONN_STRING }} npx prisma migrate reset --force && npx prisma db push
|
run: |
|
||||||
|
DATABASE_URL=${{ secrets.POSTGRESQL_CONN_STRING }}
|
||||||
|
npx prisma migrate reset --force
|
||||||
|
&&
|
||||||
|
DATABASE_URL=${{ secrets.POSTGRESQL_CONN_STRING }}
|
||||||
|
npx prisma db push
|
||||||
|
|
||||||
- name: Build Dist
|
- name: Build Dist
|
||||||
run: npm run build
|
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user