.deploy.conf
# RENTV.com consulting portal — deploy config (~/Projects/_shared/scripts/deploy.sh) # NOTE: deploy to Kamatera + DNS are Steve-gated — do NOT run autonomously. PROJECT_NAME=consulting-rentv-com DEPLOY_HOST=45.61.58.125 DEPLOY_PATH=/root/public-projects/consulting-rentv-com HEALTH_URL=http://localhost:9701/api/health REQUIRED_ENVS="" INSTALL_CMD="npm ci --production" BUILD_CMD="node build.mjs" RSYNC_EXTRA_EXCLUDES="reports"