remove tornado from the fabfile

This commit is contained in:
Kyle Mahan 2015-04-01 19:38:42 -07:00
parent 482ca0ca83
commit 90f5a273a3

1
fabfile.py vendored
View file

@ -32,7 +32,6 @@ def restart():
with prefix("source venv/bin/activate"):
run("pip install --upgrade -r requirements.txt")
sudo("restart woodwind")
sudo("restart woodwind-tornado")
def deploy():