← back to Artmura Internal
.deploy.conf
18 lines
# artmura-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 artmura site on Kamatera is a SEPARATE app (pm2 "artmura-site",
# /root/Projects/artmura-site), 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=""