Store slug with each barrel

This commit is contained in:
Tom Wiesing 2020-07-14 16:42:17 +02:00
parent 8c5e7cf01a
commit 47795496b5
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 6 additions and 0 deletions

View file

@ -78,6 +78,7 @@ log_info " => Writing configuration file"
load_template "docker-env/barrel" \
"REAL_PATH" "${INSTANCE_DATA_DIR}" \
"VIRTUAL_HOST" "${INSTANCE_DOMAIN}" \
"SLUG" "${SLUG}" \
"LETSENCRYPT_HOST" "${LETSENCRYPT_HOST}" \
"LETSENCRYPT_EMAIL" "${LETSENCRYPT_EMAIL}" \
> "$INSTANCE_BASE_DIR/.env"