← back to Schumacher Internal

.deploy.conf

14 lines

# schumacher-internal deploy config (GATED — do not run without Steve's approval)
# INTERNAL-ONLY Schumacher line viewer. Target: internal.schumacher.designerwallcoverings.com
PROJECT_NAME="schumacher-internal"
DEPLOY_PATH="/root/Projects/schumacher-internal"
HEALTH_URL="http://localhost:9965/healthz"
PORT="9965"

# 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"