File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
name : Running Masterscript
29
29
command : |
30
30
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
31
- cp ./../buildscript/master_deply_v4.2 .sh .
32
- ./master_deply_v4.2 .sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s member-group-processor
31
+ cp ./../buildscript/master_deploy .sh .
32
+ ./master_deploy .sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s member-group-processor
33
33
34
34
" build-prod " :
35
35
docker :
57
57
name : Running Masterscript
58
58
command : |
59
59
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
60
- cp ./../buildscript/master_deply_v4.2 .sh .
61
- ./master_deply_v4.2 .sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s member-group-processor-prod
60
+ cp ./../buildscript/master_deploy .sh .
61
+ ./master_deploy .sh -d ECS -e PROD -t $CIRCLE_BUILD_NUM -s member-group-processor-prod
62
62
workflows :
63
63
version : 2
64
64
build :
You can’t perform that action at this time.
0 commit comments