testing pain
Some checks failed
Build / build (push) Failing after 34s

This commit is contained in:
Corban-Lee Jones 2025-05-13 10:43:12 +01:00
parent 07aac70d4b
commit 61771af94f

View File

@ -20,6 +20,11 @@ jobs:
- name: Install Dependencies
run: npm i
- name: Debug DATABASE_URL
run: echo "DATABASE_URL is ${DATABASE_URL::5}****"
env:
DATABASE_URL: ${{ secrets.PLACEHOLDER }}
- name: Reset and Push Database Migrations
run: |
DATABASE_URL="${{ secrets.POSTGRESQL_CONN_STRING }}"