Moving Gunicorn PID.

This commit is contained in:
Samuel Clay 2011-02-05 19:40:07 -05:00
parent fda53264c0
commit af573f503f

2
fabfile.py vendored
View file

@ -43,7 +43,7 @@ def task():
def deploy():
with cd('~/newsblur'):
run('git pull')
run('./utils/restart')
run('kill -HUP `cat logs/gunicorn.pid`')
@roles('app')
def deploy_full():