From fc1ccc6becedbe86e92105663845825eff81e551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:04:53 +0200 Subject: [PATCH 1/2] Add topic "continuous-deployment" --- topics/continuous-deployment/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/continuous-deployment/index.md diff --git a/topics/continuous-deployment/index.md b/topics/continuous-deployment/index.md new file mode 100644 index 00000000000..ab6cda658f5 --- /dev/null +++ b/topics/continuous-deployment/index.md @@ -0,0 +1,10 @@ +--- +display_name: Continuous Deployment (CD) +short_description: Continuous deployment is a software engineering approach in which software functionalities are delivered frequently and through automated deployments. +topic: continuous-deployment +related: ci-cd, cicd, continuous-delivery, continuous-integration +wikipedia_url: https://en.wikipedia.org/wiki/Continuous_deployment +--- +**Continuous Deployment** (**CD**) is a software engineering approach in which software functionalities are delivered frequently and through automated deployments. + +Continuous deployment contrasts with continuous delivery (also abbreviated CD), a similar approach in which software functionalities are also frequently delivered and deemed to be potentially capable of being deployed, but are actually not deployed. As such, continuous deployment can be viewed as a more complete form of automation than continuous delivery. From b4636a80439d99edce5a42a4be7f755c7a5f2cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:08:22 +0100 Subject: [PATCH 2/2] Shorten short_description --- topics/continuous-deployment/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/continuous-deployment/index.md b/topics/continuous-deployment/index.md index ab6cda658f5..9c460f0437a 100644 --- a/topics/continuous-deployment/index.md +++ b/topics/continuous-deployment/index.md @@ -1,6 +1,6 @@ --- display_name: Continuous Deployment (CD) -short_description: Continuous deployment is a software engineering approach in which software functionalities are delivered frequently and through automated deployments. +short_description: Continuous deployment is a approach in which functionalities are delivered frequently through automated deployments. topic: continuous-deployment related: ci-cd, cicd, continuous-delivery, continuous-integration wikipedia_url: https://en.wikipedia.org/wiki/Continuous_deployment