scripts to build, test, and validate the code changes. CONTINUOUS DELIVERY Extension of CI to automate the release process. Deploy the application can be done at any point of time by clicking on a button. CONTINUOUS DEPLOYMENT It goes one step further than continuous delivery. Every change that passes all stages of the production pipeline is released to the customers. It does not require human intervention at all. 2 CI CD CD
repository. • Define the scripts you want to run in the file. • Once you push your commits, Gitlab detects the file and run the scripts with the tool called . • Enable the Gitlab Runners in the project. Gitlab CI/CD Pipeline 6