Kevin Tian
Programmer
© 2025 All rights reserved.
All posts by kevintian
CI/CD Concept
Objective of CI/CD Continuous integration automates the building and testing of your software. Continuous deployment is an extension of this automation and allows for your software to be deployed after every code commit that passes your test suite. Build stage In the build stage, multiple development teams contribute code developed on their own machines into…