← back to Dw Photo Capture
.deploy.conf
14 lines
# dw-photo-capture deploy config — consumed by ~/Projects/_shared/scripts/deploy.sh
# Customer-facing scanner at photo.designerwallcoverings.com (Cloudflare → Kamatera nginx → :9912).
# On Linux the macOS Vision binary + local Ollama are absent, so OCR_ENGINE=gemini is REQUIRED.
PROJECT_NAME=dwphoto
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/dwphoto
HEALTH_URL=http://localhost:9912/healthz
PORT=9912
INSTALL_CMD="npm ci --omit=dev"
BUILD_CMD=""
# deploy aborts unless the remote pm2 process already has these env vars set (see .env.example):
REQUIRED_ENVS="GEMINI_API_KEY OCR_ENGINE"
RSYNC_EXTRA_EXCLUDES="photos bin certs *.log data/mfr_index.json"