← back to Robet Site

.deploy.conf

12 lines

# robet-site (Designer Wallcoverings · Appointments) deploy config
PROJECT_NAME=robet-site
DEPLOY_PATH=/root/Projects/robet-site
HEALTH_URL=http://127.0.0.1:9788/
# Public domain (gated): appointments.designerwallcoverings.com → Cloudflare → Kamatera 45.61.58.125

# 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/contacts.jsonl /data/keys.json"