From b2863167d9cd625613c012270bb37428b8726bcb Mon Sep 17 00:00:00 2001 From: YSS Date: Wed, 22 Mar 2023 01:33:45 +0530 Subject: [PATCH] updated day 5 with small changes at line 58 & 62 --- 2022/Days/day05.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2022/Days/day05.md b/2022/Days/day05.md index 105adff..33693dd 100644 --- a/2022/Days/day05.md +++ b/2022/Days/day05.md @@ -55,11 +55,11 @@ 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 Integration Continuous Delivery = Plan > Code > Build > Test -### Continuous Integration +### 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.