Skip to content

Commit 81b6e4e

Browse files
author
Vikas Agarwal
committed
Fixed typo
1 parent 6d1667c commit 81b6e4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ check_service_status() {
298298
configure_aws_cli
299299
push_ecr_image
300300

301-
deploy_cluster AWS_ECS_SERVICE_API "npm" "run" "startAPI"
301+
deploy_cluster $AWS_ECS_SERVICE_API "npm" "run" "startAPI"
302302

303-
deploy_cluster AWS_ECS_SERVICE_CONSUMERS "npm" "run" "start"
303+
deploy_cluster $AWS_ECS_SERVICE_CONSUMERS "npm" "run" "start"
304304

305-
check_service_status AWS_ECS_SERVICE_API
305+
check_service_status $AWS_ECS_SERVICE_API
306306

307-
check_service_status AWS_ECS_SERVICE_CONSUMERS
307+
check_service_status $AWS_ECS_SERVICE_CONSUMERS

0 commit comments

Comments
 (0)