diff --git a/conf/deploy/common.py b/conf/deploy/common.py index 100de15..0ae4b4d 100644 --- a/conf/deploy/common.py +++ b/conf/deploy/common.py @@ -2,5 +2,5 @@ PROJECT_NAME = 'Dokumentor' PROJECT_NAME_DEVELOP = 'dokumentor' REPO = 'git@bitbucket.org:Air51/dokumentor_dev.git' -BRANCH_PROD = 'master' +BRANCH_PROD = 'prod' BRANCH_DEVELOP = 'develop'