Deploying with CI / CD pipelines
Use GitHub Actions, Bitbucket, and GitLab CI to deploy your Edge Functions.
You can use popular CI / CD tools like GitHub Actions, Bitbucket, and GitLab CI to automate Edge Function deployments.
GitHub Actions
You can use the official setup-cli
GitHub Action to run Supabase CLI commands in your GitHub Actions.
The following GitHub Action deploys all Edge Functions any time code is merged into the main
branch:
GitLab CI
Here is the sample pipeline configuration to deploy via GitLab CI.
Bitbucket Pipelines
Here is the sample pipeline configuration to deploy via Bitbucket.
Declarative configuration
Individual function configuration like JWT verification and import map location can be set via the config.toml
file.
Resources
- See the example on GitHub.