add branch option

This commit is contained in:
ducoterra
2018-10-08 23:23:28 -04:00
parent 7a2ec49b6d
commit 2258b1df0e
2 changed files with 6 additions and 3 deletions

7
vars
View File

@@ -2,9 +2,12 @@
export user=""
export projectname=""
export hostname=""
export usegit=False # if you have a django git project
export giturl="" # url for git project
# MAKE SURE root HAS A DEPLOY KEY
export usegit=False
export giturl=""
export gitbranch=""
install_epel_release=False
# general install settings