Commit 318bc349 by Bach Dániel

fab: fix storage venv name

parent 4f57fded
......@@ -132,7 +132,7 @@ def update_storage():
"Update and restart storagedriver"
with _stopped("storage"):
pull("~/storagedriver")
pip("storage", "~/storagedriver/requirements/production.txt")
pip("storagedriver", "~/storagedriver/requirements/production.txt")
@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