CI/CD #193
dami-moj
started this conversation in
Techniques
CI/CD
#193
Replies: 2 comments
-
2021-11: ADOPT |
Beta Was this translation helpful? Give feedback.
0 replies
-
2024-08: ADOPT1: ADOPT 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.redhat.com/en/topics/devops/what-is-ci-cd#:~:text=CI%2FCD%2C%20which%20stands%20for,a%20shared%20source%20code%20repository.
Continuous Integration (CI): A software development practice where code changes are automatically tested and integrated into the main codebase. CI aims to simplifying and speedup code integration, reducing issues by frequently merging changes and running automated tests.
Continuous Deployment (CD): The practice of automatically deploying every change that passes the automated tests to production. This ensures that new features, improvements, and fixes are delivered quickly and efficiently, promoting rapid feedback and continuous improvement.
Beta Was this translation helpful? Give feedback.
All reactions