← back to Carnegie Internal

.deploy.conf

13 lines

# carnegie-internal deploy config (GATED — do not run without Steve's approval)
PROJECT_NAME="carnegie-internal"
DEPLOY_PATH="/root/Projects/carnegie-internal"
HEALTH_URL="http://localhost:9961/healthz"
PORT="9961"

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