← back to Nodailyworries

.deploy.conf

11 lines

PROJECT_NAME=nodailyworries
DEPLOY_PATH=/root/public-projects/nodailyworries
HEALTH_URL=http://127.0.0.1:9940/healthz
PORT=9940

# Runtime state written by the LIVE server. deploy.sh runs `rsync -az --delete`, so
# without this exclude a deploy overwrites the prod file with the local copy and
# destroys everything submitted since the last deploy. Kept surgical so genuine
# build artifacts under data/ keep syncing.
RSYNC_EXTRA_EXCLUDES="/data/leads.jsonl"