Merge branch 'master' into bot
This commit is contained in:
commit
55c6a7125a
@ -21,9 +21,12 @@ 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: |
|
||||||
|
echo "DATABASE_URL is ${DATABASE_URL::9}****"
|
||||||
|
npx prisma migrate reset --force
|
||||||
|
npx prisma db push
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL: ""
|
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