GitLab CI/CD is a software development tool that allows organizations to implement “continuous” methodologies, including continuous integration (CI), continuous delivery (CD), and continuous deployment (also abbreviated to CD).
- N/A
- https://docs.gitlab.com/ (CI/CD page)
- Basic linux command line skill, CICD, YAML
- Use https://gitlab.com/ (No need to install)
- Visit https://docs.gitlab.com/ee/ci/quick_start/ for a comprehensive introduction.
- Check the basic/ directory to create a simple Gitlab CI demo.
- Explore a practical hands-on example in the Gitlab CI examples for more Gitlab CI concepts
- Check the advanced/ for more Gitlab CI concepts
- N/A