Hacker News new | ask | show | jobs
How to Be a CI/CD Engineer (circleci.com)
4 points by punkdata 2021 days ago
1 comments

CI and CD stand for continuous integration and continuous delivery/continuous deployment. ... Automated build-and-test steps triggered by CI ensure that code changes being merged into the repository are reliable. The code is then delivered quickly and seamlessly as a part of the CD process.