File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
command : ./build.sh DEV
25
25
- deploy :
26
26
command : |
27
- git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
27
+
28
+ git clone --branch devsts https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
28
29
cp ./../buildscript/master_deploy.sh .
29
- ./master_deploy.sh -d ECS -e DEV -t $CIRCLE_BUILD_NUM -s submission-processor-es
30
+ cp ./../buildscript/buildenv.sh .
31
+ cp ./../buildscript/awsconfiguration.sh .
32
+ ./awsconfiguration.sh DEV
33
+ source awsenvconf
34
+ ./buildenv.sh -e DEV -b submission-processor-es_deployvar
35
+ source buildenvvar
36
+ ./master_deploy.sh -d ECS -e DEV -t latest -s submission-processor-es_appvar -i submission-processor-es
37
+
30
38
31
39
" build-prod " :
32
40
docker :
@@ -61,6 +69,7 @@ workflows:
61
69
jobs :
62
70
# Development builds are executed on "develop" branch only.
63
71
- " build-dev " :
72
+ context : org-global
64
73
filters :
65
74
branches :
66
75
only : develop
You can’t perform that action at this time.
0 commit comments