Skip to content

Commit 02ca1c8

Browse files
author
Parth Shah
committed
updating prod deploy to deploy through master branch instead of tags because of ebs init and code commit issue
1 parent 148a345 commit 02ca1c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

circle.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ deployment:
2424

2525

2626
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
27+
branch: master
3328
commands:
34-
- ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
29+
- ./ebs_deploy.sh tc-project-service PROD $CIRCLE_BUILD_NUM
30+
31+
# tag: /v[0-9]+(\.[0-9]+)*/
32+
# owner: appirio-tech
33+
# commands:
34+
# - ./ebs_deploy.sh tc-project-service PROD $CIRCLE_TAG
3535

3636
general:
3737
artifacts:

0 commit comments

Comments
 (0)