You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/yaml-examples/examples/amazon-ecs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ The `codefreshplugins/cf-deploy-ecs` step performs the following:
139
139
1. Creates a new revision from the current task definition of the service. If`--image-name` and`--image-tag` are provided, it replaces the image tag.
140
140
1. Runs the`update-service` command with the new task definition revision.
141
141
1. Waits for the deployment to complete.
142
-
* Deployment is successfully completed if`runningCount == desiredCount` for PRIMARY deployment - see`aws ecs describe-service`
142
+
* Deployment is successfully completed if`runningCount == desiredCount` for PRIMARY deployment - see`aws ecs describe-services`
143
143
* The`cfecs-update` command exits with a timeout error if after --timeout (default = 900s)`runningCount` does not equal`desiredCount`
144
144
* The`cfecs-update` exits with an error if --max-failed (default = 2) or more ECS tasks were stopped with error for the task definition that you are deploying. ECS continuously retries failed tasks.