π Understanding Continuous Integration and Continuous Delivery (CI/CD)
In the traditional software development process, teams used to write code for 2β3 weeks before integrating it into a shared repository. After this long development cycle, the build server would pull the code, integrate it, and run the build process.
...
devops-learn-with-action.hashnode.dev2 min read