chore: fix db con string in build.yaml
This commit is contained in:
parent
9423a0f1ce
commit
524bb4fc02
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Reset and Push Database Migrations
|
||||
run: npx prisma migrate reset && npm run db:push
|
||||
env:
|
||||
- DATABASE_URL: ""
|
||||
- DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
|
||||
|
||||
- name: Build Dist
|
||||
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user