chore: fix db con string in build.yaml

This commit is contained in:
Corban-Lee Jones 2025-05-13 10:13:14 +01:00
parent 9423a0f1ce
commit 524bb4fc02

View File

@ -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