Files
30-seconds-of-code/glossary/Continuous-Deployment.md
Angelos Chalaris d15f7fa051 Add CI and CD
2018-09-01 12:46:53 +03:00

255 B

Continuous Deployment

Continuous Deployment follows the testing that happens during Continuous Integration and pushes changes to a staging or production system. Continuous Deployment ensures that a version of the codebase is accessible at all times.