← back to Patterndesignlab

.deploy.conf

15 lines

# patterndesignlab → prestige.agentabrams.com (full self-contained Kamatera deploy)
PROJECT_NAME=patterndesignlab
DEPLOY_PATH=/root/public-projects/patterndesignlab
DEPLOY_HOST=45.61.58.125
PM2_NAME=patterndesignlab
APP_PORT=9781
HEALTH_URL=http://127.0.0.1:9781/
DOMAIN=designerline.agentabrams.com

# 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/designer-applications.jsonl /public/assets/designers/uploads"