simplified deploy method

This commit is contained in:
tomo
2025-04-13 16:38:28 +02:00
committed by neil
parent 88e4d64c1a
commit c1c49d5a01

View File

@@ -260,10 +260,5 @@ _deploy_service() {
_debug2 "HOOK" "$_hook"
_info "$(__green "Deploying") to '$_name' using '$_hook'"
if echo "$DOMAIN_PATH" | grep -q "$ECC_SUFFIX"; then
_debug2 "User wants to use ECC."
deploy "$_cdomain" "$_hook" "isEcc"
else
deploy "$_cdomain" "$_hook"
fi
_deploy "$_cdomain" "$_hook"
}