Skip to content

Commit 51bd6e4

Browse files
authored
Issue #101: Clarify the meaning of deploy
1 parent 31ccd90 commit 51bd6e4

File tree

1 file changed

+1
-1
lines changed
  • docs/guides/software-lifecycle/continuous-integration

1 file changed

+1
-1
lines changed

docs/guides/software-lifecycle/continuous-integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Click the link above to explore the overall sample architecture for a continuous
4242
2. **Understand the Reference Architecture**:
4343
- Dive into the [CI Reference Architectures](reference-architecture.md) for an overview of the CI process and its components.
4444
- Understand the core concepts of the CI pipeline, which involves Developer systems, Continuous Integration services, Continuous Deployment platforms and other touchpoints.
45-
- Learn about the discrete process steps in a CI pipeline, such as Compile, Test, Package, Publish and Deploy, and how they contribute to building and releasing software.
45+
- Learn about the discrete process steps in a CI pipeline, such as Compile, Test, Package, Publish and Deploy (i.e. release or deliver), and how they contribute to building and releasing software.
4646

4747
3. **Combine Reference Architecture with Selected Tools**:
4848
- With the understanding of CI tools from **Step 1**, and the architectural insights from **Step 2**, begin mapping tools to specific roles in your CI pipeline.

0 commit comments

Comments
 (0)