Completed
- Variables for Login Credentials
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GitLab CI CD Tutorial for Beginners - Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro and Course Overview
- 2 - What is GitLab CI/CD?
- 3 - What is CI/CD in simple words
- 4 - GitLab in comparison to other CI/CD platforms
- 5 - GitLab Architecture - How GitLab works
- 6 - Overview of the demo app (run locally)
- 7 - Pipeline Configuration File (.gitlab-ci.yml)
- 8 - Run Tests
- 9 - Build and Push Docker Image
- 10 - Variables for Login Credentials
- 11 - Write Pipeline Configuration
- 12 - Docker in Docker
- 13 - Execute Pipeline
- 14 - Define Stages
- 15 - Prepare Deployment Server
- 16 - Create Ubuntu server on DigitalOcean
- 17 - Deploy Application
- 18 - Validate Application Runs Successfully
- 19 - Delete server on DO
- 20 - Dive Deeper into GitLab CI/CD