Skip to content

Commit 30040f1

Browse files
authored
Update config.yml
[skip ci] master script sync
1 parent ae6a604 commit 30040f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- deploy:
2626
command: |
2727
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
28-
cp ./../buildscript/master_deply_v4.2.sh .
29-
./master_deply_v4.2.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s submission-processor-es
28+
cp ./../buildscript/master_deploy.sh .
29+
./master_deploy.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s submission-processor-es
3030
3131
"build-prod":
3232
docker:
@@ -51,8 +51,8 @@ jobs:
5151
- deploy:
5252
command: |
5353
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
54-
cp ./../buildscript/master_deply_v4.2.sh .
55-
./master_deply_v4.2.sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s submission-processor-es
54+
cp ./../buildscript/master_deploy.sh .
55+
./master_deploy.sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s submission-processor-es
5656
5757
5858
workflows:

0 commit comments

Comments
 (0)