#cicd-cjy1vtdk2005kjjs17n8couc3
Read more stories on Hashnode
Articles with this tag
What is All at once/Recreate Deployment strategy -Comparison between all deployment strategies What is Rolling Update What is the Blue-Green...
1. What is CI/CD? CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice where code changes are...
Continuous Integration When a developer commits (integrates) his code to the source code management system like Git, the CI tool automatically pulls...
1. Developer Creates Feature Branch: The developer creates a new feature branch and is used to work on a new feature or a specific task. Developer...
Developer Writes Code: The developer writes the application code which is then pushed to a version control system, such as Git. Source Code (Git):...