CI/CD Workflow using Git, Jenkins & Docker (Part-1) || Raktim Midya

Опубликовано: 22 Октябрь 2024
на канале: Raktim Midya
103
2

In this demonstration video I created one system in which there are two environments created using docker. One for testing and another for production. Both are controlled by Jenkins. Now in our local git system we are using one branch for testing called "dev". Our master branch is connected with Production environment. And dev branch is connected with Testing environment.

Here we have only two manual works:
1st : We have to manually commit after we do any implementation in 'dev' branch in git.
2nd : We have to manually check as a Quality Assurance Team guy that our 'dev' branch implementation is working fine or not in testing environment. If it's working fine then 1 click and our website will be automatically get updated in Production Environment and will be publicly available.

Detailed Explanation Documentation : https://github.com/raktim00/DevOps_Ho...

With ❤️ from Raktim
LinkedIn :   / raktimmidya  
Medium :   / raktimmidya  
GitHub : https://github.com/raktim00

#devopstools #docker #jenkins #git