Skip to content

Commit ff071e4

Browse files
uncomment ECS push
1 parent a39928e commit ff071e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_deply_v4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ input_parsing_validation $@
599599

600600
if [ "$DEPLOYMENT_TYPE" == "ECS" ]
601601
then
602-
#ECS_push_ecr_image
602+
ECS_push_ecr_image
603603
ECS_template_create_register
604604
echo "value of AWS_ECS_SERVICE " $AWS_ECS_SERVICE
605605
AWS_ECS_SERVICE_NAMES=$(echo ${AWS_ECS_SERVICE} | sed 's/,/ /g')

0 commit comments

Comments
 (0)