Deploying with GitHub Actions
Use GitHub Actions as a CI / CD pipeline to deploy your Edge Functions.
You can use the official setup-cli
GitHub Action to run Supabase CLI commands in your GitHub Actions.
Sample Workflow#
The following GitHub Action deploys all Edge Functions any time code is merged into the main
branch:
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.