← back to Prestige Car Wash
.deploy.conf
12 lines
# Prestige Car Wash deploy config (used by ~/Projects/_shared/scripts/deploy.sh)
# NOTE: deploy to Kamatera + DNS are Steve-gated — do not run autonomously.
PROJECT_NAME=prestige-car-wash
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/prestige-car-wash
HEALTH_URL=http://localhost:9808/api/health
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --production"
BUILD_CMD=""
# ship generated media clips (they ARE the content); keep runtime leads off prod
RSYNC_EXTRA_EXCLUDES="reports"