← back to Quadrille Internal
.deploy.conf
18 lines
# quadrille-internal — LOCAL-ONLY internal line viewer. NOT deployed to Kamatera.
#
# DANGER (fixed 2026-07-07): this file was a copy-paste of astek-landing's config
# (PROJECT_NAME=astek-landing, DEPLOY_PATH=/root/Projects/astek-landing). Running
# /deploy here would have rsync --delete'd this project OVER astek on prod and
# reloaded astek's pm2 process — clobbering a different live site.
#
# The deployed Quadrille sites on Kamatera are SEPARATE apps (pm2
# "quadrille-house-site" and "quadrille-showroom"), not this internal viewer.
# This project has no Kamatera target. The empty PROJECT_NAME below makes
# deploy.sh abort immediately ("PROJECT_NAME required") instead of mis-targeting.
#
# If this viewer ever needs its own deploy, set PROJECT_NAME/DEPLOY_PATH/HEALTH_URL
# to ITS OWN target (never astek's).
PROJECT_NAME=""
DEPLOY_PATH=""
HEALTH_URL=""