mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Fix the ID of supervisord.
This commit is contained in:
parent
491d069608
commit
4c928a1f6e
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue