← back to Consulting Intake

.deploy.conf

11 lines

# Consulting Intake consulting portal — deploy config (~/Projects/_shared/scripts/deploy.sh)
# NOTE: deploy to Kamatera + DNS are Steve-gated — do NOT run autonomously.
PROJECT_NAME=consulting-intake
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/consulting-intake
HEALTH_URL=http://localhost:9700/api/health
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --production"
BUILD_CMD="node build.mjs"
RSYNC_EXTRA_EXCLUDES="reports"