From abd458c59922e832c8f8c97bbf1c08a79d00ec65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2016 13:58:00 +0200 Subject: [PATCH] deploy.sh: disabled updating the virtualenv. The new docker image doesn't have enough packages to rebuild binary modules. This should be handled by the docker build scripts, and thus we can't just upgrade the virtualenv from within the docker image. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index afcabad..c8c74ed 100755 --- a/deploy.sh +++ b/deploy.sh @@ -58,7 +58,7 @@ git_pull pillar production git_pull blender-cloud production # Update the virtualenv -${SSH} -t docker exec ${DOCKER_NAME} /data/venv/bin/pip install -U -r ${REMOTE_ROOT}/requirements.txt --exists-action w +#${SSH} -t docker exec ${DOCKER_NAME} /data/venv/bin/pip install -U -r ${REMOTE_ROOT}/requirements.txt --exists-action w # RSync the world ./rsync_ui.sh