Add debug logging for STACK_NAME
This commit is contained in:
parent
fa5d3ae3a1
commit
7557966c98
2
abra
2
abra
@ -597,7 +597,9 @@ load_instance() {
|
|||||||
IFS='/' read -r -a PARTS <<< "$ENV_FILE"
|
IFS='/' read -r -a PARTS <<< "$ENV_FILE"
|
||||||
|
|
||||||
SERVER="${PARTS[-2]}"
|
SERVER="${PARTS[-2]}"
|
||||||
|
|
||||||
export STACK_NAME="${APP//./_}"
|
export STACK_NAME="${APP//./_}"
|
||||||
|
debug "Using ${STACK_NAME} as the STACK_NAME var"
|
||||||
}
|
}
|
||||||
|
|
||||||
load_instance_env() {
|
load_instance_env() {
|
||||||
|
Reference in New Issue
Block a user