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 25
25
- deploy :
26
26
command : |
27
27
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
30
30
31
31
" build-prod " :
32
32
docker :
51
51
- deploy :
52
52
command : |
53
53
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
56
56
57
57
58
58
workflows :
You can’t perform that action at this time.
0 commit comments