remove reference to celery in fabric file
This commit is contained in:
parent
ce5a1dfe98
commit
20b757c315
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"):
|
||||
run("pip install --upgrade -r requirements.txt")
|
||||
sudo("restart woodwind")
|
||||
sudo("restart woodwind-celery")
|
||||
sudo("restart woodwind-tornado")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue