Deployment Frequency
WHY IT MATTERS
Deployment frequency measures a team’s ability to deliver working software frequently—a key principle of the Agile Manifesto. Increasing deployment frequency means developers can promptly respond to user feedback and resolve production issues quickly.
HOW IT’S MEASURED
Deployment frequency is the number of successful deployments to production in a given time period.
Deployment frequency = Count of successful production deployments
We auto-detect deployments for each repository using hooks from your Git provider when possible, but you can also manually assign specific workflows as production deployments for each repository. You can learn how to configure deployments here.