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.
1 parent 148a345 commit 02ca1c8Copy full SHA for 02ca1c8
circle.yml
@@ -24,14 +24,14 @@ deployment:
24
25
26
production:
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
+ branch: master
33
commands:
34
- - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
+ - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_BUILD_NUM
+
+ # tag: /v[0-9]+(\.[0-9]+)*/
+ # owner: appirio-tech
+ # commands:
+ # - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
35
36
general:
37
artifacts:
0 commit comments