chore: remove obsolete Dockerfile and entrypoint script; update migration workflow to display DATABASE_URL
Some checks failed
Migrate supabase / migrate (push) Failing after 15s
Some checks failed
Migrate supabase / migrate (push) Failing after 15s
This commit is contained in:
@@ -20,5 +20,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Display DATABASE_URL
|
||||
run: |
|
||||
echo "DATABASE_URL: ${DATABASE_URL:0:30}"
|
||||
|
||||
- name: Run migrations
|
||||
run: npm run db:migrate
|
||||
Reference in New Issue
Block a user