Fix fab
This commit is contained in:
parent
c9edaaa654
commit
9e6634f1a6
13
fabfile.py
vendored
13
fabfile.py
vendored
|
|
@ -53,12 +53,13 @@ def collectstatic():
|
|||
|
||||
|
||||
def deploy(branch=None):
|
||||
fetch()
|
||||
install_requirements()
|
||||
migrate()
|
||||
collectstatic()
|
||||
touch()
|
||||
kill_celery()
|
||||
if env.roledefs[role]['branch'] !='develop':
|
||||
fetch()
|
||||
install_requirements()
|
||||
migrate()
|
||||
collectstatic()
|
||||
touch()
|
||||
kill_celery()
|
||||
|
||||
|
||||
def rev():
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user