DEV Community

Discussion on: Explain CI/CD like I'm five.

Collapse
 
taragrg6 profile image
taragurung

Continuously integration: Doing whatever is required before making your codebase ready to deploy. For example: we build and test (optional) any angular application to generate a build file. Everything must be in automated fashion

Continuous deployment: putting it to server in automatic fashion