oliverdavies.uk/source/_daily_emails/2023-06-21.md

616 B

title pubDate permalink tags
Deployments or releases 2023-06-21 daily/2023/06/21/deployments-or-releases
deployments
releases

"Deployments" and "releases" are often used interchangeably but mean different things.

A deployment moves a change from one place to another, such as some updated code from a staging environment to production.

A release is when the change made is available to users.

They can happen at the same time, or you can use feature flags to separate them, deploying the code in advance, and the change is only released (or unreleased) by toggling the feature flag.