Process Overview
Deployment and release is the process of making a software application available for users. It involves preparing the software, moving it to the live environment, and then making it accessible to users.
Deployment and release is the process of making a software application available for users. It involves preparing the software, moving it to the live environment, and then making it accessible to users.
+---------------------+ +---------------------+ +---------------------+
| Developer prepares | ----> | Testing in staging | ----> | Deployment to live |
| software build | | environment | | environment |
+---------------------+ +---------------------+ +---------------------+
|
v
+---------------------+
| Release to users |
+---------------------+