← back to Quadrille House Site

.deploy.conf

11 lines

PROJECT_NAME=quadrille-house-site
DEPLOY_PATH=/root/Projects/quadrille-house-site
HEALTH_URL=http://127.0.0.1:9944/api/config
PORT=9944

# 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/quote-requests.log.jsonl"