Add debug logging for STACK_NAME
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-17 14:12:59 +01:00
parent fa5d3ae3a1
commit 7557966c98
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

2
abra
View File

@ -597,7 +597,9 @@ load_instance() {
IFS='/' read -r -a PARTS <<< "$ENV_FILE"
SERVER="${PARTS[-2]}"
export STACK_NAME="${APP//./_}"
debug "Using ${STACK_NAME} as the STACK_NAME var"
}
load_instance_env() {