YASHKAPRI's questions
#179778
Replies: 2 comments
-
|
CI/CD stands for Continuous Integration/Continuous Deployment ,which is a set of automated practices for streamlining software development. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
CI/CD is a way to automate how code is tested and deployed.CI checks every new change by building the project and running tests so mistakes are caught early.CD takes the tested code and pushes it toward release, either waiting for approval or deploying it automatically. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
what is CI/CD?
Beta Was this translation helpful? Give feedback.
All reactions