← back to Artmura Internal
deploy: fail-close .deploy.conf (was clobbering astek — local-only viewer, no Kamatera target)
7d1b251f82dbcf17f35562320d4133a199cdb20f · 2026-07-07 07:40:53 -0700 · Steve
Files touched
Diff
commit 7d1b251f82dbcf17f35562320d4133a199cdb20f
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Jul 7 07:40:53 2026 -0700
deploy: fail-close .deploy.conf (was clobbering astek — local-only viewer, no Kamatera target)
---
.deploy.conf | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/.deploy.conf b/.deploy.conf
index 30d4866..3a6ab2f 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,5 +1,17 @@
-# astek-landing deploy config (GATED — do not run without Steve's approval)
-PROJECT_NAME="astek-landing"
-DEPLOY_PATH="/root/Projects/astek-landing"
-HEALTH_URL="https://astek.designerwallcoverings.com/api/products"
-PORT="9944"
+# 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=""
← 70c8139 vendor-requests: resolve george send-token/auth across Mac +
·
back to Artmura Internal
·
(newest)