← back to Astek Landing
fix .deploy.conf PORT 9944->9960 to match live Kamatera deploy (unblocks /deploy smoke-test)
74dcf37503a85663a92dfd986fed192976e4a009 · 2026-07-12 23:48:22 -0700 · Steve
Files touched
Diff
commit 74dcf37503a85663a92dfd986fed192976e4a009
Author: Steve <steve@designerwallcoverings.com>
Date: Sun Jul 12 23:48:22 2026 -0700
fix .deploy.conf PORT 9944->9960 to match live Kamatera deploy (unblocks /deploy smoke-test)
---
.deploy.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index 3490a77..2755777 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,5 +1,6 @@
# astek-landing deploy config (GATED — do not run without Steve's approval)
PROJECT_NAME="astek-landing"
DEPLOY_PATH="/root/Projects/astek-landing"
+# Live Kamatera port is 9960 (pm2 id 272, deploy 08fa699). 9944 was the local dev port.
HEALTH_URL="http://localhost:9960/healthz"
-PORT="9944"
+PORT="9960"
← 52a6a02 auto-save: 2026-07-12T23:21:12 (1 files) — data/products.jso
·
back to Astek Landing
·
auto-save: 2026-07-12T23:51:20 (1 files) — data/products.jso 9de635e →