Added missing hostname in README

This commit is contained in:
2018-02-02 12:20:00 +01:00
parent 6f73222dcd
commit ff5af22771

View File

@@ -80,7 +80,7 @@ cd $projectdir/docker
./full_rebuild.sh # or one of the other build scripts, if you know what you're doing. ./full_rebuild.sh # or one of the other build scripts, if you know what you're doing.
docker push armadillica/blender_cloud:latest docker push armadillica/blender_cloud:latest
cd $projectdir/deploy cd $projectdir/deploy
./2server.sh ./2server.sh servername
``` ```
To deploy another branch than `production`, do `export DEPLOY_BRANCH=otherbranch` before starting To deploy another branch than `production`, do `export DEPLOY_BRANCH=otherbranch` before starting