← back to Allnewsdaily
fix .deploy.conf HEALTH_URL → :9962 (Kamatera port; :9788 was a different app, caused false smoke-test failure)
e4d719628e6bba85b026dc751c672cf7c5bb1173 · 2026-08-05 13:38:13 -0700 · Steve
Files touched
Diff
commit e4d719628e6bba85b026dc751c672cf7c5bb1173
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Aug 5 13:38:13 2026 -0700
fix .deploy.conf HEALTH_URL → :9962 (Kamatera port; :9788 was a different app, caused false smoke-test failure)
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index a7c25e2..3068eee 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,3 +1,3 @@
PROJECT_NAME=allnewsdaily
DEPLOY_PATH=/root/Projects/allnewsdaily
-HEALTH_URL=http://127.0.0.1:9788/api/health
+HEALTH_URL=http://127.0.0.1:9962/api/health
← 383b808 yoloforever C6: deepen all 3 news-literacy guides to 770-910
·
back to Allnewsdaily
·
yoloforever C6b (Cody final fix): add robots.txt + sitemap.x cadca0f →