Infrastructure Code Continuous Delivery Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
A typical pipeline includes stages for testing (offline, test double, online) in dedicated environments and production deployment. | A typical pipeline includes stages for testing (offline, test double, online) in dedicated environments and production deployment. | ||
Stages: | |||
1. Build. The build stage compiles application code, runs unit tests and builds a deployable artifact. | |||
</font> | </font> |
Revision as of 00:04, 3 January 2022
External
Internal
Overview
Infrastructure Delivery Pipeline
TO CONTINUE: IaC Chapter 8 Core Practice: Continuously Test and Deliver → Infrastructure Delivery Pipelines.
TO INTEGRATE:
A typical pipeline includes stages for testing (offline, test double, online) in dedicated environments and production deployment.
Stages:
1. Build. The build stage compiles application code, runs unit tests and builds a deployable artifact.