← back to Whatsmystyle

.deploy.conf

11 lines

PROJECT_NAME=whatsmystyle
DEPLOY_PATH=/root/Projects/whatsmystyle
HEALTH_URL=http://127.0.0.1:9777/api/health

# ENTIRE data/ is runtime state written by the LIVE server: whatsmystyle.db (+ -wal
# and -shm), wms.sqlite, user uploads, waitlist.csv, logs and cache. Nothing under
# data/ is a build artifact, so the whole dir is excluded. deploy.sh runs
# `rsync -az --delete`; without this a deploy would overwrite the live database
# and every user upload with whatever happens to be on the dev machine.
RSYNC_EXTRA_EXCLUDES="/data"