← back to Apartmentwallpaper

.deploy.conf

16 lines

# apartmentwallpaper — Kamatera deploy target
# Scaffolded 2026-09-10 (TK: apartmentwallpaper PDPs). VERIFY the DEPLOY_PATH +
# port against live pm2 on Kamatera before the first deploy (see the runbook memo
# in ~/.claude/yolo-queue/pending-approval/). Convention mirrors the sister sites
# (corkwallcovering -> /var/www/<domain>). DO NOT deploy without Steve's go.
PROJECT_NAME=apartmentwallpaper
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/Projects/apartmentwallpaper
HEALTH_URL=http://localhost:9882/
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --production"
BUILD_CMD=""

# keep dev artifacts + local catalog backups off prod on rsync
RSYNC_EXTRA_EXCLUDES="data/products.json.bak.* data/*.tmp *.log scratchpad data/leads.jsonl"