Fix the ID of supervisord.

This commit is contained in:
Eitaro Fukamachi 2015-07-22 07:51:34 +09:00
parent 491d069608
commit 4c928a1f6e

2
fabfile.py vendored
View file

@ -36,7 +36,7 @@ def git_pull():
def deploy_server():
git_pull()
sudo('supervisorctl restart %s' % env.project_name, shell=False)
sudo('supervisorctl restart quickdocs', shell=False)
def deploy_updater():
git_pull()