Auto Deployment with Gitlab CI/CD and Pipelines in Docker Containers
GitLab CI (Continuous Integration) service is to build and test the software whenever developer pushes code to repository. GitLab CD (Continuous Deployment / Delivery) is a software service that makes the changes of code in the staging / production which results in every day deployment of staging and production. We are going to achieve following