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

@@ -57,7 +57,7 @@ ENTRYPOINT /docker-entrypoint.sh
# Add the most-changing files as last step for faster rebuilds.
ADD config_local.py /data/git/blender-cloud/
ADD deploy /data/git
ADD staging /data/git
RUN python3 -c "import re, secrets; \
f = open('/data/git/blender-cloud/config_local.py', 'a'); \
h = re.sub(r'[_.~-]', '', secrets.token_urlsafe())[:8]; \