parent
0ce68139e1
commit
79b79382e2
@ -21,9 +21,7 @@ jobs:
|
|||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Reset and Push Database Migrations
|
- name: Reset and Push Database Migrations
|
||||||
run: npx prisma migrate reset --force && npx prisma db push
|
run: DATABASE_URL=${{ secrets.POSTGRESQL_CONN_STRING }} npx prisma migrate reset --force && npx prisma db push
|
||||||
env:
|
|
||||||
- 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