How to seed remote DB

I need a way to run the supabase/seed.sql script on a remote DB. This is done locally with supabase start and supabase db reset. For our CI/CD workflow, we're doing
supabase link --project-ref $NEXT_PUBLIC_SUPABASE_ID --password $SUPABASE_DB_PASSWORD
supabase db push


Is there any way to seed the remote DB after running supabase db push ? Much thanks for any help!
Was this page helpful?