Add debug flag to supabase db push command

This commit is contained in:
Stan Girard 2024-04-27 15:09:55 +02:00
parent 5baf2f02e5
commit e28ef7d709

View File

@ -19,5 +19,5 @@ echo "Running supabase link"
supabase link --project-ref $PROJECT_ID --password $SUPABASE_DB_PASSWORD
echo "Running supabase db push"
supabase db push --linked
supabase db push --linked --password $SUPABASE_DB_PASSWORD --debug