Docs / Deploys

Git deploy & auto-deploy

Link a GitHub repository and branch to a service. When auto-deploy is enabled, pushes to that branch enqueue a new deploy.

Setup

  1. Install the BreachFix Cloud GitHub App — see Connect GitHub.
  2. Create or edit a service and select repository, account, and branch.
  3. Enable auto-deploy in Settings → Deploy.

Path filters

Limit auto-deploy to changes in specific paths so documentation-only commits do not rebuild your app. See Build path filters.

Manual deploy

Deploy the latest commit on demand from Overview or via POST /v1/services/:id/deploys even when auto-deploy is off.