← back to Designersalesreps

.deploy.conf

10 lines

PROJECT_NAME=designersalesreps
DEPLOY_PATH=/root/Projects/designersalesreps
HEALTH_URL=https://designersalesreps.com/health
PORT=9905

# claims.jsonl is runtime state written by the LIVE server (rep claim submissions)
# and lives at the project ROOT, not under data/. deploy.sh runs
# `rsync -az --delete`, which would delete or overwrite the prod file.
RSYNC_EXTRA_EXCLUDES="/claims.jsonl"