From fcb6f0cf0ebf07319366c7c0cd66843ca70af4e6 Mon Sep 17 00:00:00 2001 From: YSS Date: Tue, 3 May 2022 15:59:28 +0530 Subject: [PATCH] edited few details --- Days/day05.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Days/day05.md b/Days/day05.md index 721ea6b..c5f29ce 100644 --- a/Days/day05.md +++ b/Days/day05.md @@ -54,15 +54,15 @@ Once that's in place you go right back to the beginning to the planning stage an Many tools help us achieve the above continuous process, all this code and the ultimate goal of being completely automated, cloud infrastructure or any environment is often described as Continuous Integration/ Continuous Delivery/Continous Deployment or “CI/CD” for short. We will spend a whole week on CI/CD later on in the 90 Days with some examples and walkthroughs to grasp the fundamentals. -### Continuous Delivery: - -Continuous Delivery = Plan > Code > Build > Test - ### Continuous Integration: +Continuous Integration = Plan > Code > Build > Test + +### Continuous Delivery: + This is effectively the outcome of the Continuous Delivery phases above plus the outcome of the Release phase. This is the case for both failure and success but this is fed back into continuous delivery or moved to Continuous Deployment. -Continuous Integration = Plan > Code > Build > Test > Release +Continuous Delivery = Plan > Code > Build > Test > Release ### Continuous Deployment: