Renamed docker/4_run/deploy to docker/4_run/staging

"Staging" covers the meaning of what is actually happening better than
"deploy". I want to keep "deploy" for actually deploying onto a production
server.
This commit is contained in:
2019-02-13 10:39:18 +01:00
parent b7b6543043
commit fc986b0ab6
5 changed files with 24 additions and 28 deletions

View File

@@ -8,7 +8,6 @@ else
readlink='readlink'
fi
ROOT="$(dirname "$(dirname "$($readlink -f "$0")")")"
DOCKERDIR="$ROOT/docker/4_run"
case "$(basename "$0")" in
build-quick.sh)
@@ -31,4 +30,3 @@ read dummy
docker push armadillica/blender_cloud:latest
echo
echo "Build is done, ready to update the server."