Skip to main content

Deployment Frequency

How often is the application deployed to the production environment — expressed as the average number of days with at least one deployment.

Metric Levels

LevelThreshold
ELITEOn-demand — at least one deployment per day
HIGHBetween once per day and once per week
MEDIUMBetween once per week and once per month
LOWMore than once per month
BLANKNot enough data to compute
TrendMeaning
INCREASINGThe metric level has been improving in the last month
STABLEThe metric level has been stable in the last month
DECREASINGThe metric level has been deteriorating in the last month

Example

Deployment Frequency metric

A team releases their e-commerce application every Tuesday and Thursday — roughly twice a week. Over the last six months, no deployment happened more frequently than that, so the average lands between once per day and once per week. CodeNOW evaluates this as HIGH.

To reach ELITE, the team would need to automate their release pipeline to the point where they can ship on demand — at least once per day — which typically requires a solid CI/CD setup with automated testing and one-click deployments.