.deploy.conf
PROJECT_NAME=adsense-command-post DEPLOY_PATH=/root/public-projects/adsense-command-post HEALTH_URL=http://127.0.0.1:9971/ # No package-lock.json in this repo, so `npm ci` (deploy.sh default) errors EUSAGE. # Use npm install (resolves without a lockfile). --ignore-scripts keeps the secure default. INSTALL_CMD="npm install --omit=dev --no-audit --no-fund --ignore-scripts"