How GitHub Actions Work? CI/CD Pipelines Explained!
⚛️ Learn Full Stack Development on codedamn:
In this video, I explain how GitHub Actions work and how you can build CI/CD Pipelines with it.
What is a CI/CD pipeline?
A CI/CD pipeline is a series of steps that must be performed in order to deliver a new version of software.
Continuous integration/continuous delivery (CI/CD) pipelines are a practice focused on improving software delivery using either a DevOps or site reliability engineering (SRE) approach.
GitHub Actions is a continuous integration and continuous deployment (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
Timestamps
0:00 Teaser
0:47 How is CI/CD?
2:26 What is CI/CD Runner?
3:41 How CI/CD Workflow Works?
8:38 Conclusion
9:03 Outro
👉 Free HTML5 CSS3 Course:
1 view
176
41
1 month ago 00:18:55 1
Writing Pest Tests for Laravel CRUD: Live-Coding
1 month ago 00:01:57 1
Get and Set the Size of UI image Using C# in Unity - Short Version
1 month ago 00:19:31 1
DESTINY 2 | ОБЯЗАТЕЛЬНО ПОСМОТРИ ЭТО ВИДЕО ПЕРЕД ЭПИЗОДОМ РЕВЕНАНТ!
1 month ago 00:16:19 2
Building a 3D Printed Atomic-Resolution Scanning Tunneling Microscope (STM) | DIY STM Explained
1 month ago 00:15:21 1
Unity AR Foundation - AR Image Tracking Tutorial
1 month ago 00:02:15 1
Add All Quixel Megascans Assets to Your Account (Before it’s no longer free) Do this Before 1st OCT
1 month ago 00:14:57 1
Tissue Addon - Tessellate Options for Blender
1 month ago 00:20:45 1
ASMR Programming - Spinning Cube - No Talking
1 month ago 00:09:03 10
Create MEAT SPEAKER with AI and Unreal Engine / Tutorial
1 month ago 09:57:01 9
How To Build A Complete Distributed File Storage In Golang