Module 03
What Is a Deployment?
A deployment is the process of taking a specific version of your application and placing it into an environment where it can run.
- Release identified
- Version built
- Placed into Development, Preview, or Production
- Runs in that environment
- Verified after deployment
An environment is a place. A deployment is a version in that place.

