Building and deployment
Building and deployment are the steps to create the deployment unit from the source code and put it in the target runtime environment. The developer executes most of the steps in the IDE. However, with CI principles, an integration server does the compilation, automated test case execution, building the deployment unit, and deploying it in a target runtime.
In a cloud environment, the deployable unit is deployed on a virtual environment such as a virtual machine (VM) or in a container. As part of the deployment, it is important to include the necessary runtimes and dependencies as part of the build process itself. This is different from the traditional process of putting a .war or .ear in an application server running ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access