From 95270373438ac9e1db2b17f506a73cdf89a6d651 Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Sun, 6 Aug 2017 15:20:19 +0300 Subject: [PATCH] branch --- conf/deploy/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'