diff --git a/.github/workflows/qa-seed.yml b/.github/workflows/qa-seed.yml index cdfb90481..4983bf436 100644 --- a/.github/workflows/qa-seed.yml +++ b/.github/workflows/qa-seed.yml @@ -97,4 +97,4 @@ jobs: # Update the existing service 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 \ No newline at end of file + fi