Continuous delivery process
Continuous delivery and continuous deployment go hand in hand together. Continuous delivery process is similar to that of continuous deployment; however, with the difference that it stops at deploying on an environment on which validation can be performed for both environment and application. It is conducted more from code and environment validation perspective rather than actual deployment on production. This is shown in Figure 2.
Figure 2: Sample continuous delivery process