mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Moving Gunicorn PID.
This commit is contained in:
parent
fda53264c0
commit
af573f503f
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue