← back to New Engine
deploy.conf: HEALTH_URL -> public https domain (surfaces on projects.agentabrams.com as public)
40f95bba31d3ad89401c62c8a2c46ebe966965d4 · 2026-07-28 14:58:24 -0700 · Steve Abrams
Files touched
Diff
commit 40f95bba31d3ad89401c62c8a2c46ebe966965d4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 28 14:58:24 2026 -0700
deploy.conf: HEALTH_URL -> public https domain (surfaces on projects.agentabrams.com as public)
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index df0d173..c8ee639 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -6,7 +6,7 @@
PROJECT_NAME=new-engine
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/Projects/new-engine
-HEALTH_URL=http://127.0.0.1:9870/healthz
+HEALTH_URL=https://new.engine.designerwallcoverings.com/healthz
INSTALL_CMD="true"
BUILD_CMD=""
REQUIRED_ENVS=""
← 6df1adf Add search + vendor filter, sort, since-date filter, and den
·
back to New Engine
·
fix 'connecting' hang: add response cache (single-flight + s fe0b370 →