mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 08:41:40 -05:00
Run 'qlot install' when deploying web server.
This commit is contained in:
parent
1f30923fbc
commit
e9124fd969
1 changed files with 2 additions and 0 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -36,6 +36,8 @@ def git_pull():
|
|||
|
||||
def deploy_server():
|
||||
git_pull()
|
||||
with cd(env.directory):
|
||||
run('qlot install')
|
||||
sudo('supervisorctl restart quickdocs', shell=False)
|
||||
|
||||
def deploy_updater():
|
||||
|
|
Loading…
Add table
Reference in a new issue