← back to Patterndesignlab
fix(deploy): correct DOMAIN to designerline.agentabrams.com + localhost HEALTH_URL (was prestige car-wash domain → false smoke fail)
3b9b4a1077b3994269378c08126a4983c6c96b8e · 2026-08-26 14:24:59 -0700 · Steve
Files touched
Diff
commit 3b9b4a1077b3994269378c08126a4983c6c96b8e
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Aug 26 14:24:59 2026 -0700
fix(deploy): correct DOMAIN to designerline.agentabrams.com + localhost HEALTH_URL (was prestige car-wash domain → false smoke fail)
---
.deploy.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.deploy.conf b/.deploy.conf
index fb34375..2ce80e8 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -4,5 +4,5 @@ DEPLOY_PATH=/root/public-projects/patterndesignlab
DEPLOY_HOST=45.61.58.125
PM2_NAME=patterndesignlab
APP_PORT=9781
-HEALTH_URL=https://prestige.agentabrams.com/api/healthz
-DOMAIN=prestige.agentabrams.com
+HEALTH_URL=http://127.0.0.1:9781/
+DOMAIN=designerline.agentabrams.com
← de14b9a fix(deploy): strip redundant root@ from DEPLOY_HOST (deploy.
·
back to Patterndesignlab
·
deploy: guard prod-only runtime data from rsync --delete 58cecc6 →