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

@@ -9,7 +9,6 @@ else
fi
ROOT="$(dirname "$(dirname "$($readlink -f "$0")")")"
PROJECT_NAME="$(basename $ROOT)"
DOCKER_DEPLOYDIR="$ROOT/docker/4_run/deploy"
DOCKER_IMAGE="armadillica/blender_cloud:latest"
REMOTE_SECRET_CONFIG_DIR="/data/config"
REMOTE_DOCKER_COMPOSE_DIR="/root/docker"