# Deployments

Deployments refer to the process of releasing new software changes or updates into a production environment. This includes transferring code, configuration changes, and other updates from development or testing environments to a live environment where end-users can access and interact with the software.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2Fqs5YdyEuh8ls7Q1OS1Xg%2FScreenshot%202025-06-23%20at%202.30.37%E2%80%AFPM.png?alt=media&#x26;token=18ca81d0-1a1c-4529-94d5-428dbea9ab80" alt=""><figcaption></figcaption></figure></div>

Click here to learn more about [Deployment configuration](https://typo.gitbook.io/typo-help-docs/configurations/ci-cd-deployment). The following metrics are part of the Deployment section -&#x20;

### [Deployment Frequency](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/deployment-frequency)

Deployment frequency represents how often the code is deployed into production per week.

### [Deployment Failure ](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/deployment-failure)

Deployment Failure represents the percentage of deployments that failed during the deployment runs in the production environment.

### [Time To Build](https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/time-to-build)

Time to Build represents the average time taken by all the steps of each deployment to complete in the production environment.
