LabNow CI/CD Toolkits and Practices
In this brief blog, we will introduce the CI/CD philosophy, and our practices.
Our CI/CD Philosophy
Back to years ago, our team has tried CI/CD tools including but not limited to travis, GitLab runners, etc. Until recently, we adopted GitHub actions as our current choice.
As these tools evolves (or your choice changes), the code CI/CD pipelines, in the form of YAML files or manual configure pipelines, has to be refactored to fit new tools.
