Skip to content

Commit e04344c

Browse files
author
Parth Shah
committed
adding tag based builds to circle
1 parent fcc2c48 commit e04344c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

circle.yml

+19-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,28 @@ deployment:
2222
commands:
2323
- ./ebs_deploy.sh tc-project-service DEV $CIRCLE_BUILD_NUM
2424

25+
2526
production:
26-
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
2733
commands:
28-
- ./ebs_deploy.sh tc-project-service PROD $CIRCLE_BUILD_NUM
34+
- ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
2935

3036
general:
3137
artifacts:
3238
- ./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

Comments
 (0)