db work and flyer processing to anon table
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 25s

This commit is contained in:
2025-11-12 20:09:53 -08:00
parent 4bfa4eab02
commit 8c35933ed1
2 changed files with 8 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ jobs:
npm exec -- supabase functions deploy system-check --project-ref ${{ env.SUPABASE_PROJECT_ID }}
npm exec -- supabase functions deploy delete-user --project-ref ${{ env.SUPABASE_PROJECT_ID }}
npm exec -- supabase functions deploy seed-database --project-ref ${{ env.SUPABASE_PROJECT_ID }}
npm exec -- supabase functions deploy process-flyer --project-ref ${{ env.SUPABASE_PROJECT_ID }}
# --- Frontend Deployment ---
- name: Build React Application