← back to Fentucci Naturals

.deploy.conf.DISABLED-local-only

11 lines

PROJECT_NAME=fentucci-viewer
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/Projects/fentucci-naturals
HEALTH_URL=http://localhost:9981/healthz
# BASIC_AUTH is optional (defaults to admin:DW2024!); set on remote if overriding
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --omit=dev --ignore-scripts"
BUILD_CMD=""
# images/ is excluded by .gitignore and must not be rsync'd (large local-only assets)
RSYNC_EXTRA_EXCLUDES="images/ data/ logs/"