remove tornado from the fabfile
This commit is contained in:
parent
482ca0ca83
commit
90f5a273a3
1 changed files with 0 additions and 1 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -32,7 +32,6 @@ def restart():
|
||||||
with prefix("source venv/bin/activate"):
|
with prefix("source venv/bin/activate"):
|
||||||
run("pip install --upgrade -r requirements.txt")
|
run("pip install --upgrade -r requirements.txt")
|
||||||
sudo("restart woodwind")
|
sudo("restart woodwind")
|
||||||
sudo("restart woodwind-tornado")
|
|
||||||
|
|
||||||
|
|
||||||
def deploy():
|
def deploy():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue