Skip to content

Commit

Permalink
fix(deploy-ecs/deploy.sh): fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Melody Horn <mhorn@mbta.com>
  • Loading branch information
firestack and boringcactus committed May 1, 2024
1 parent 2e46b08 commit 48ca189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-ecs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo "::group::Updating service ${ECS_SERVICE} to use task definition ${newrevis
aws ecs update-service --cluster="${ECS_CLUSTER}" --service="${ECS_SERVICE}" --task-definition "${ECS_TASK_DEF}:${newrevision}"
echo "::endgroup::"

echo "::group::Wait for the new clister to stabilize"
echo "::group::Wait for the new cluster to stabilize"
deployment_finished=false
while [ "${deployment_finished}" = "false" ]; do
# get the service details
Expand Down

0 comments on commit 48ca189

Please sign in to comment.