← back to 1980swallpaper

.deploy.conf

12 lines

PROJECT_NAME=retrowalls
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/var/www/retrowalls.com
HEALTH_URL=http://127.0.0.1:9833/
INSTALL_CMD="npm ci --production"

# Never let rsync --delete eat prod-written runtime data.
# leads.jsonl = customer leads (TK-11322); users.json = prod-side accounts —
# both prod-authoritative and absent locally, so they must be excluded or a
# full-tree deploy would delete them. data/products.json IS shipped from here.
RSYNC_EXTRA_EXCLUDES="/data/leads.jsonl /data/users.json"