Skip to content

Commit a5995ff

Browse files
Update config.yml
[skip ci]
1 parent 1a56d2f commit a5995ff

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.circleci/config.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ jobs:
2424
command: ./build.sh DEV
2525
- deploy:
2626
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
2829
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+
3038
3139
"build-prod":
3240
docker:
@@ -61,6 +69,7 @@ workflows:
6169
jobs:
6270
# Development builds are executed on "develop" branch only.
6371
- "build-dev":
72+
context : org-global
6473
filters:
6574
branches:
6675
only: develop

0 commit comments

Comments
 (0)