© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4w ago
Slynight

Supabase Github Integration/Sync + Edge Function Deployment

edge functions
We're using Supabase's github integration to sync a supabase staging/production branch with our repo. I'm trying to move our edge functions to be checked-in (previously all edge fxn code is only in supabase), and have them automatically deployed/updated based on our source code.

In our staging supabase branch, before we had any edge functions in source, the environment was automatically downloading and updating edge functions (I'm guessing based on production).

I updated our github-integrated staging branch, adding
supabase/functions/test/index.ts
supabase/functions/test/index.ts
to try to see if the supabase deployment would handle edge functions. Instead, now the staging deployment simply skips edge function deployment altogether with the line:

2026/01/09 18:52:33 INFO No functions to deploy.
2026/01/09 18:52:33 INFO No functions to deploy.


There seems to be annoyingly very little control of the supabase github integration. Any idea how to fix this? Do we have to switch to github actions? Is there some config we can provide to tell supabase what to do?

Thanks!
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Edge Function: Deno.supabase is undefined after deployment
SupabaseSSupabase / help-and-questions
3mo ago
Supabase edge function issue
SupabaseSSupabase / help-and-questions
3w ago
Supabase edge function time out
SupabaseSSupabase / help-and-questions
8mo ago
Local supabase edge function timeout
SupabaseSSupabase / help-and-questions
2y ago