Documented deployment scripts

This commit is contained in:
2019-03-27 12:57:47 +01:00
parent 269daa0d43
commit 9f3946ba9e
2 changed files with 40 additions and 10 deletions

View File

@@ -120,13 +120,4 @@ git push
## Deploying to production server
```
workon blender-cloud # activate your virtualenv
cd $projectdir/deploy
./2docker.sh
./build-all.sh # or ./build-quick.sh
./2server.sh servername
```
To deploy another branch than `production`, do `export DEPLOY_BRANCH=otherbranch` before starting
the above commands.
See [deploy/README.md](deploy/README.md).