← back to Reidwitlin Landing
.deploy.conf
13 lines
# reidwitlin-landing deploy config (GATED — do not run without Steve's approval)
PROJECT_NAME="reidwitlin-landing"
DEPLOY_PATH="/root/Projects/reidwitlin-landing"
HEALTH_URL="https://reidwitlin.designerwallcoverings.com/api/products"
PORT="9952"
# Runtime state written by the LIVE server (customer inquiries). deploy.sh runs
# `rsync -az --delete`, so without this exclude a deploy overwrites the prod file
# with the local copy and destroys every inquiry submitted since the last deploy.
# Surgical on purpose: data/products.json + selection.json ARE build artifacts and
# MUST keep syncing, so never blanket-exclude data/.
RSYNC_EXTRA_EXCLUDES="/data/inquiries.jsonl"