← back to Quadrille Internal
deploy: fail-close .deploy.conf (was clobbering astek — local-only viewer, no Kamatera target)
33e6855ab4a29f681fd31406646bd0fbc2ed9576 · 2026-07-07 07:40:53 -0700 · Steve
Files touched
Diff
commit 33e6855ab4a29f681fd31406646bd0fbc2ed9576
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..2d84c5e 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"
+# 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=""
← 4e73b56 vendor-requests: resolve george send-token/auth across Mac +
·
back to Quadrille Internal
·
(newest)