chore: remove obsolete Dockerfile and entrypoint script; update migration workflow to display DATABASE_URL
Some checks failed
Migrate supabase / migrate (push) Failing after 16s

This commit is contained in:
2026-03-08 16:48:00 +01:00
parent 0dd5de4319
commit dbe3fb67b5
4 changed files with 4 additions and 107 deletions

View File

@@ -20,5 +20,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Display DATABASE_URL
run: |
echo "DATABASE_URL: ${DATABASE_URL:0:20}"
- name: Run migrations
run: npm run db:migrate