Commit 318bc349 by Bach Dániel

fab: fix storage venv name

parent 4f57fded
...@@ -132,7 +132,7 @@ def update_storage(): ...@@ -132,7 +132,7 @@ def update_storage():
"Update and restart storagedriver" "Update and restart storagedriver"
with _stopped("storage"): with _stopped("storage"):
pull("~/storagedriver") pull("~/storagedriver")
pip("storage", "~/storagedriver/requirements/production.txt") pip("storagedriver", "~/storagedriver/requirements/production.txt")
@parallel @parallel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment