Closest I got to one-click deploy for my open-source project hosted at GitHub is
Recently I tried the Supabase GitHub Integration, which eases the process a lot but it has one caveat: it does not seem to run an initial sync. The integration asumes you start with an empty repo and deploys on commit.
Now the process is
golive.txt)Ideally, the integration should check if there is a supabase/ folder within the repo and do a first-time sync. What do you think?
Matías Battocchia describes a process for deploying an open-source project using Supabase and GitHub. He highlights that while the Supabase GitHub Integration simplifies deployment, it lacks an initial sync feature. Matías suggests that the integration should automatically check for a supabase/ folder and perform a first-time sync.