We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ac0bc + 4b67a81 commit 1b38ddcCopy full SHA for 1b38ddc
.circleci/config.yml
@@ -22,8 +22,12 @@ jobs:
22
- run:
23
name: Installation of build dependencies.
24
command: ./build.sh DEV
25
- #- deploy:
26
- # command: ./deploy.sh DEV av-scanner-service
+ - deploy:
+ 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
+
31
32
workflows:
33
version: 2
@@ -33,4 +37,4 @@ workflows:
37
- "build-dev":
34
38
filters:
35
39
branches:
36
- only: dev-circleci
40
+ only: dev-circleci
0 commit comments