The Deploys setting defines where DevStats reads deployment data used by Deploy and DORA metrics.
Data Sources
- Git Provider: Track a deployment on every merge to the configured deploy branch for a repository.
- Send via the API: Post deployment data from a CI/CD pipeline directly to DevStats.
Git Provider Settings
Select the deploy branch, search for repositories, and choose which repositories should receive the setting. Each row displays its current deploy branch. Click Save Settings to apply the selected branch.
Changing the deploy branch recalculates deployment data and may take some time, depending on the repository size.

API Settings
Select Send via the API to post deployments to POST /api/v1/deploys. The page provides API token management, Curl, GitHub Actions, and GitLab CI examples, and the accepted payload fields. See the Deploy API guide for more details.