# =============================================================================
#  Agency PM — cPanel Deploy Configuration
#  Copy this file to scripts/deploy.conf and fill in your values.
#  deploy.conf is git-ignored — never commit it.
# =============================================================================

# SSH / cPanel credentials
SSH_USER="yourcpanelusername"
SSH_HOST="yourdomain.com"
SSH_PORT="22"
SSH_KEY="$HOME/.ssh/id_rsa"

# Remote paths on the server
REMOTE_BACKEND="/home/yourcpanelusername/api.yourdomain.com"
REMOTE_FRONTEND="/home/yourcpanelusername/public_html"
