← back to Stars of Design
sod .deploy.conf — point HEALTH_URL at /healthz (cheap liveness, no-store, faster than full home render). Mirrors asim.
a909b1322aadfc35dffbb92d75460dd6b87fc2a7 · 2026-05-13 08:28:41 -0700 · Steve Abrams
Files touched
Diff
commit a909b1322aadfc35dffbb92d75460dd6b87fc2a7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 13 08:28:41 2026 -0700
sod .deploy.conf — point HEALTH_URL at /healthz (cheap liveness, no-store, faster than full home render). Mirrors asim.
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index dfcde7c..3cec841 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,3 +1,3 @@
PROJECT_NAME="starsofdesign"
DEPLOY_PATH="/root/Projects/starsofdesign"
-HEALTH_URL="http://127.0.0.1:9928/"
+HEALTH_URL="http://127.0.0.1:9928/healthz"
← f337110 sod footer +/api link — matches asim. 52/52.
·
back to Stars of Design
·
sod smoke +--json flag (parity) b90e2bb →