Skip to content

Commit c273c57

Browse files
authored
Update text consistency
1 parent 477364f commit c273c57

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/tutorials/updating-your-services.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ The default deployment mode is `development`. This is the In this mode, the exis
3232

3333
If you are running in `production` mode, the update will be done with zero downtime. Your current version of the service will keep running and handling traffic while the new version is being built and deployed. Only after the new version passes the health checks and accepts traffic will the older version be stopped.
3434

35-
To teardown a production app deletion protection must be disabled. This can be done in two ways. Use `defang compose up --mode=staging` to change the app to a non-delete protected mode. `defang compose down` can then be executed after the deployment mode has been changed. Alternatively, in the AWS console for EC2 Instances dashboard you can turn off Termination Protection for the desired app.
35+
To teardown a production app Termination Protection must be disabled. This can be done in two ways.
36+
37+
- Use `defang compose up --mode=staging` to change the app to a non-delete protected mode. `defang compose down` can then be executed after the deployment mode has been changed.
38+
39+
OR
40+
41+
- Alternatively, in the AWS console for EC2 Instances dashboard you can turn off Termination Protection for the desired app.
42+
3643

3744
:::info
3845
For more information on Deployment Modes, see the [Deployment Modes](/docs/concepts/deployment-modes) concept documentation.

0 commit comments

Comments
 (0)