Hack full_deploy

rtd2
Eric Holscher 2011-09-18 17:50:01 -07:00
parent 154d1b19b7
commit 95c9365742
1 changed files with 9 additions and 5 deletions

14
fabfile.py vendored
View File

@ -116,11 +116,15 @@ def delete_cdn(c):
def full_deploy():
push()
update_requirements()
migrate()
restart()
celery()
#HACK
#Call this again at the top-level so the hosts decorator
#effects the hosts it runs against for each command.
run('fab push update_requirements migrate restart celery')
#push()
#update_requirements()
#migrate()
#restart()
#celery()
@hosts(['chimera.ericholscher.com'])
def uptime():