← back to Trending Dw

.deploy.conf

7 lines

PROJECT_NAME=trending-dw
DEPLOY_PATH=/root/Projects/trending-dw
HEALTH_URL=https://trending.designerwallcoverings.com/
PORT=9954
INSTALL_CMD="true"   # zero-dependency node http server — no npm ci (no package-lock.json); "" would fall through to the npm ci default
RSYNC_EXTRA_EXCLUDES="shopify-queue.json"   # mutable staging state — never clobber prod's copy on deploy (server creates it on first stage)