Files
30-seconds-of-code/glossary/Continuous-Deployment.md
2019-08-13 11:19:29 +03:00

7 lines
294 B
Markdown

---
title: Continuous Deployment
tags: 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.