Webhook redeploy rebuilds and redeploys an app when GitHub or GitLab sends a matching repository event to Kubly.
- Stores webhook connection metadata and secret.
- Verifies provider, repository, branch, and signature when configured.
- Starts a rebuild from the repository.
- Patches the deployment image after a successful build.
- You want deployments to update after source changes.
- You want to reduce manual rebuilds for a connected repository.
- A Git deployment connected to a repository.
- Webhook permission in GitHub or GitLab.
- A valid build configuration.
Screenshot Required
- Open the deployment detail page for a Git-backed app.
- Open webhook or auto-redeploy settings.
- Enable auto-redeploy and install the webhook.
- Confirm the repository and branch are correct.
- Push a change to the watched branch.
- Watch the build stream or build status.
- Check deployment status after the new image is applied.
- Watching the wrong branch.
- Using an expired token for webhook installation.
- Ignoring signature mismatch errors.
- Keep manual rebuild available as a fallback.
- Check build logs first when a webhook event arrives but the app does not update.