Overview
Learn how to set up and use GitLab CI/CD in this beginner tutorial. Discover what GitLab CI/CD is, create a .gitlab-ci.yml file, and run a CI/CD pipeline. Follow step-by-step instructions to add the configuration file to your project, commit and push to the GitLab repository, create and start a GitLab runner, and trigger the pipeline by making changes. Gain practical knowledge of GitLab's continuous integration features and best practices for implementing CI/CD workflows in your projects.
Syllabus
Introduction
What is CICD
GitLab CICD
Commit and Push
Demo
Taught by
Automation Step by Step