Skip to content

Commit 1b38ddc

Browse files
Gunasekar KGunasekar K
authored andcommitted
Merge branch 'dev-circleci' of https://github.com/topcoder-platform/submission-processor-es into dev-circleci
2 parents f3ac0bc + 4b67a81 commit 1b38ddc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
- run:
2323
name: Installation of build dependencies.
2424
command: ./build.sh DEV
25-
#- deploy:
26-
# command: ./deploy.sh DEV av-scanner-service
25+
- deploy:
26+
command: |
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
30+
2731
2832
workflows:
2933
version: 2
@@ -33,4 +37,4 @@ workflows:
3337
- "build-dev":
3438
filters:
3539
branches:
36-
only: dev-circleci
40+
only: dev-circleci

0 commit comments

Comments
 (0)