← back to New Engine

.deploy.conf

13 lines

# Deploy config for the New Arrivals engine → new.engine.designerwallcoverings.com
# Consumed by ~/Projects/_shared/scripts/deploy.sh (the /deploy skill).
# Zero-dependency app (no package.json) → INSTALL_CMD is a no-op.
# First-time provisioning uses `pm2 start ecosystem.config.js`; deploy.sh (pm2 reload)
# only works once the process already exists on the box.
PROJECT_NAME=new-engine
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/Projects/new-engine
HEALTH_URL=https://new.engine.designerwallcoverings.com/healthz
INSTALL_CMD="true"
BUILD_CMD=""
REQUIRED_ENVS=""