1. Configure the private deploy target.
On your workstation, create an ignored Makefile.local. This keeps the production host and destination path out of the repository.
paul@mxcentral.net:~/mxcentral-for-iRedmail$ cat > Makefile.local <<'EOF'
DEPLOY_HOST := root@your-mail-server
DEPLOY_PATH := /opt/www/mxcentral-for-iRedmail
EOF