From 749aa50ee1d41b99644f6e4a0fb19ed9fc767b4b Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Mon, 8 Jun 2020 22:04:53 -0400 Subject: [PATCH] es workers no worker --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 19261bf..8d3cc29 100644 --- a/deploy.sh +++ b/deploy.sh @@ -22,5 +22,5 @@ pip install -r requirements.txt -r requirements-prod.txt # Restart systemctl unit sudo /bin/systemctl restart musiclist -sudo /bin/systemctl restart musiclist-worker-default -sudo /bin/systemctl restart musiclist-worker-high +sudo /bin/systemctl restart musiclist-workers-default +sudo /bin/systemctl restart musiclist-workers-high