Generalise top level deploy output

This commit is contained in:
decentral1se 2021-03-16 06:19:52 +01:00
parent 79dacf557e
commit b0fca49ecb
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -999,7 +999,7 @@ sub_app_deploy (){
require_yq
require_app_latest "$TYPE"
echo "About to deploy:"
echo "Deployment overview:"
echo " Server: $(tput setaf 4)${SERVER}$(tput sgr0)"
if [ "${COMPOSE_FILE/:/}" == "${COMPOSE_FILE}" ]; then