parent
07aac70d4b
commit
61771af94f
@ -20,6 +20,11 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm i
|
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
|
- name: Reset and Push Database Migrations
|
||||||
run: |
|
run: |
|
||||||
DATABASE_URL="${{ secrets.POSTGRESQL_CONN_STRING }}"
|
DATABASE_URL="${{ secrets.POSTGRESQL_CONN_STRING }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user