← back to Rentv Ad Engine
.deploy.conf
13 lines
PROJECT_NAME=rentv-ad-engine
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/rentv-ad-engine
# App binds :9793 on the remote (pm2 PORT env); :9789 is ventura-claw-leads. nginx routes /advertisers/ -> :9793.
HEALTH_URL=http://localhost:9793/api/health
INSTALL_CMD=""
BUILD_CMD=""
# Zero-dependency Node server — no npm install needed.
# Data files (advertisers.json/guests.json/manifest.json/transcripts) are produced by the
# LOCAL pipeline (harvest + extract). Deploy is Steve-gated; if wired into rentv later,
# coordinate with claude-rentv (owns the live rentv app) before any rentv file edits.
RSYNC_EXTRA_EXCLUDES="data/transcripts data"