From 1bb762db6bad6aebae98508e89cebc55d39dbd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 7 Mar 2018 15:44:13 +0100 Subject: [PATCH] Document simplified deployment procedure --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5040d4d..94ad66a 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,7 @@ git push workon blender-cloud # activate your virtualenv cd $projectdir/deploy ./2docker.sh -cd $projectdir/docker -./full_rebuild.sh # or one of the other build scripts, if you know what you're doing. -docker push armadillica/blender_cloud:latest -cd $projectdir/deploy +./build-all.sh # or ./build-quick.sh ./2server.sh servername ```