3
One-click deploy
Source: supabase/supabase#45554 · opened by @matiasbattocchia
Closest I got to one-click deploy for my open-source project hosted at GitHub is
1. Fork the repo
2. Create a Supabase project
3. Configure GitHub Actions secrets (SUPABASE_ACCESS_TOKEN, SUPABASE_DB_PASSWORD, SUPABASE_SERVICE_ROLE_KEY, SUPABASE_PROJECT_ID, SUPABASE_SESSION_POOLER_HOST)
4. Run the release GitHub workflow
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
1. Fork the repo
2. Create a Supabase project
3. Configure GitHub Integration
4. Make a commit (like a new file name 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?
1. Fork the repo
2. Create a Supabase project
3. Configure GitHub Actions secrets (SUPABASE_ACCESS_TOKEN, SUPABASE_DB_PASSWORD, SUPABASE_SERVICE_ROLE_KEY, SUPABASE_PROJECT_ID, SUPABASE_SESSION_POOLER_HOST)
4. Run the release GitHub workflow
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
1. Fork the repo
2. Create a Supabase project
3. Configure GitHub Integration
4. Make a commit (like a new file name 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?
No pledges yet. Be the first to back this.
Comments
Similar requests
Deploy Functions with NO TYPE CHECK Flag on default
4 votes · 0 comments
How can we get close to the server deployment?
5 votes · 0 comments
Editing and deployment of Edge Functions from within the Supabase Dashboard
12 votes · 0 comments
Supabase Studio standalone
4 votes · 0 comments
Add option to `supabase functions deploy` to delete non-local functions
2 votes · 0 comments
No comments yet.