Browse Source

simplified deploy method

pull/6241/head
tomo 6 months ago
parent
commit
5189a310e2
No known key found for this signature in database GPG Key ID: 5FB8BCB7CE54EE44
  1. 7
      deploy/multideploy.sh

7
deploy/multideploy.sh

@ -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"
}
Loading…
Cancel
Save