We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc2c48 commit e04344cCopy full SHA for e04344c
circle.yml
@@ -22,11 +22,28 @@ deployment:
22
commands:
23
- ./ebs_deploy.sh tc-project-service DEV $CIRCLE_BUILD_NUM
24
25
+
26
production:
- branch: master
27
+ # branch: master
28
+ # commands:
29
+ # - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_BUILD_NUM
30
31
+ tag: /v[0-9]+(\.[0-9]+)*/
32
+ owner: appirio-tech
33
- - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_BUILD_NUM
34
+ - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
35
36
general:
37
artifacts:
38
- ./coverage
39
40
+notify:
41
+ webhooks:
42
+ # slack - product-dev
43
+ - url: https://hooks.slack.com/services/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
44
45
+experimental:
46
+ notify:
47
+ branches:
48
+ only:
49
+ - master
0 commit comments