fix: remove DATABASE_URL display step from migration workflow
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
This commit is contained in:
@@ -20,9 +20,5 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Display DATABASE_URL
|
|
||||||
run: |
|
|
||||||
echo "DATABASE_URL: ${DATABASE_URL:0:30}"
|
|
||||||
|
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
run: npm run db:migrate
|
run: npm run db:migrate
|
||||||
Reference in New Issue
Block a user