From 2020b5aa5ce30adea4a93a7d5353d198418e5e84 Mon Sep 17 00:00:00 2001 From: Sheetal-ayanworks <125483294+Sheetal-ayanworks@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:16:24 +0530 Subject: [PATCH] Update stage-verification.yml Signed-off-by: Sheetal-ayanworks <125483294+Sheetal-ayanworks@users.noreply.github.com> --- .github/workflows/stage-verification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-verification.yml b/.github/workflows/stage-verification.yml index 18b22e56c..b7d943eb2 100644 --- a/.github/workflows/stage-verification.yml +++ b/.github/workflows/stage-verification.yml @@ -95,6 +95,7 @@ jobs: DESIRED_COUNT="1" fi # Update the existing service + DESIRED_COUNT="1" REVISION=$(aws ecs describe-task-definition --task-definition ${FAMILY} --region ap-southeast-1 | jq -r '.taskDefinition.revision') aws ecs update-service --cluster ${CLUSTER} --region ap-southeast-1 --service ${SERVICE_NAME} --task-definition ${FAMILY}:${REVISION} --desired-count ${DESIRED_COUNT} fi