FeatureFuel
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?

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests