add branch option
This commit is contained in:
7
vars
7
vars
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user