Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the repository.
This commit is contained in:
parent
653445225e
commit
56a44f8db3
10 changed files with 69 additions and 7 deletions
|
|
@ -80,7 +80,7 @@ sql_bookkeep_insert \
|
|||
"\"${SLUG}\",\"${INSTANCE_BASE_DIR}\",\"${MYSQL_DATABASE}\",\"${MYSQL_USER}\",\"${MYSQL_PASSWORD}\",\"${GRAPHDB_REPO}\",\"${GRAPHDB_USER}\",\"${GRAPHDB_PASSWORD}\""
|
||||
|
||||
log_info " => Writing configuration file"
|
||||
load_template "runtime-config/environment" \
|
||||
load_template "docker-env/runtime" \
|
||||
"REAL_PATH" "${INSTANCE_DATA_DIR}" \
|
||||
"VIRTUAL_HOST" "${INSTANCE_DOMAIN}" \
|
||||
"LETSENCRYPT_HOST" "${LETSENCRYPT_HOST}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue