Skip to content

Commit 8eb3bd3

Browse files
authored
Update setupscr_v7.3.sh
1 parent 970cf13 commit 8eb3bd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup_ms/template/setupscr_v7.3.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,21 +441,21 @@ user_information()
441441
echo -e "$(tput setaf 3)NEXT STEP \n-B) Navigate to your app GitRepo. At $(tput setaf 4)- deploy $(tput setaf 7)$(tput setaf 3)Section, append the following line at .circleci/config.yml$(tput setaf 7)"
442442
#echo -e "---1. COPY LINE 1 AS SHOWN BELOW (Before $(tput setaf 4)- checkout $(tput setaf 7)) section \n"
443443
#circleadd1="- run: git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript"
444-
circleadd2=" ./master_deply_v3.sh -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF"
444+
circleadd2=" ./master_deploy.sh -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF"
445445
echo $(tput setaf 2)$circleadd1$(tput setaf 7)
446446
echo -e "---1. COPY BELOW 6 LINES AS-IS. Change ENV as per deploy type (ex: DEV or PROD)"
447447
{ echo $(tput setaf 2)
448448
echo -e "- deploy:"
449449
echo -e " name: Running MasterScript"
450450
echo -e " command: |"
451451
echo -e " git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript"
452-
echo -e " cp ./../buildscript/master_deply_v4.2.sh ."
453-
echo -e " ./master_deply_v4.2.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF"
452+
echo -e " cp ./../buildscript/master_deploy.sh ."
453+
echo -e " ./master_deploy.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF"
454454
echo $(tput setaf 7)
455455
echo -e "For ECS FARGATE deploy type add option -p FARGATE"
456-
echo -e " $(tput setaf 2) ./master_deply_v4.2.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF -p FARGATE $(tput setaf 7)\n"
456+
echo -e " $(tput setaf 2) ./master_deploy.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF -p FARGATE $(tput setaf 7)\n"
457457
echo -e "For common variables file var-common.json. Example option shown below, omit .json file extn"
458-
echo -e " $(tput setaf 2) ./master_deply_v4.2.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF,var-common -p FARGATE $(tput setaf 7)\n"
458+
echo -e " $(tput setaf 2) ./master_deploy.sh -d ECS -e DEV -t \$CIRCLE_SHA1 -s $FILENAMEBUF,var-common -p FARGATE $(tput setaf 7)\n"
459459
}
460460
# sed -i "" "s|#msadd1|$circleadd1|" ../circleci_template/Sample-Nodejs.yml
461461
# sed -i "" "s|#msadd2|$circleadd2|" ../circleci_template/Sample-Nodejs.yml

0 commit comments

Comments
 (0)