Skip to content

Commit 38a207b

Browse files
authored
Update deployment.md (#335)
Updated spelling.
1 parent 9d68cf5 commit 38a207b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patterns/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When developing services and applications development teams must consider their
1616

1717
This is a fundamental step in the design of the solution, development teams must consider the technical impact of different strategies alongside the impact to service during deployments. This starts at the point of building the CI pipelines and permeates through to final live deployment pipelines. Different approaches may be applicable depending on the chosen approach, for example serverless deployments as opposed to VM based deployments.
1818

19-
Deployments must be repeatable and [idempotent](../practices/continuous-integration.md#deploy-what-you-tested), so that deploying the same version twice will result in the dame deployed environment.
19+
Deployments must be repeatable and [idempotent](../practices/continuous-integration.md#deploy-what-you-tested) so that deploying the same version twice will result in the same deployed environment.
2020

2121
## CI/CD pipeline-based deployment
2222

@@ -120,9 +120,9 @@ The following table includes steps that development teams should consider when p
120120

121121
### Failure mode
122122

123-
If initial smoke tests fail OR monitoring identifies increased failures / other indicator OR Further smoke tests fail:
123+
If initial smoke tests fail OR monitoring identifies increased failures / other indicators OR Further smoke tests fail:
124124

125-
1. Traffic is migrated back to previously healthy leg.
125+
1. Traffic is migrated back to the previously healthy leg.
126126
1. Release is marked as failed.
127127

128128
### Game days and chaos testing

0 commit comments

Comments
 (0)