diff --git a/backend/ci-migration.sh b/backend/ci-migration.sh new file mode 100644 index 000000000000..ce3d776238ac --- /dev/null +++ b/backend/ci-migration.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Set the project ID from environment variable +PROJECT_ID=$PROJECT_ID + +# Run supabase link +supabase link --project-ref $PROJECT_ID + +# Run supabase db push +supabase db push --linked +