Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
18
source/_posts/2023-06-21.md
Normal file
18
source/_posts/2023-06-21.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: >
|
||||
Deployments or releases
|
||||
pubDate: 2023-06-21
|
||||
permalink: >-
|
||||
daily/2023/06/21/deployments-or-releases
|
||||
tags:
|
||||
- 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.
|
Loading…
Add table
Add a link
Reference in a new issue