Deploying with GitOps
In this lab we’ll use GitLab CI/CD to deploy our webserver and then we’ll connect to it. We’ll explore how a CI/CD pipeline can be used to build deployment plans, run security scans, and manage the operations or live infrastructure.
Key Terms
- CI/CD Pipeline - A series of automated steps which run whenever changes are made to code