Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -1,18 +0,0 @@
---
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.