diff --git a/fabfile.py b/fabfile.py index 0682a234d..4d9f59254 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():