← back to Big Red
add .deploy.conf so /deploy skill can ship aichat to Kamatera
c69895ec47e766d72e02a726aa616d499737b74d · 2026-05-19 17:34:09 -0700 · Steve Abrams
Names the pm2 service (aichat), the remote project path, the health
URL, and the eventual public URL the 60 sister sites already point at.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit c69895ec47e766d72e02a726aa616d499737b74d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 17:34:09 2026 -0700
add .deploy.conf so /deploy skill can ship aichat to Kamatera
Names the pm2 service (aichat), the remote project path, the health
URL, and the eventual public URL the 60 sister sites already point at.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.deploy.conf | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.deploy.conf b/.deploy.conf
new file mode 100644
index 0000000..975b1ff
--- /dev/null
+++ b/.deploy.conf
@@ -0,0 +1,8 @@
+# Big Red — customer chat (aichat).
+# Used by ~/Projects/_shared/scripts/deploy.sh + /deploy skill.
+PROJECT_NAME=aichat
+DEPLOY_PATH=/root/Projects/big-red
+HEALTH_URL=http://127.0.0.1:9935/api/health
+# Public URL once Cloudflare/DNS configured:
+# https://chat.designerwallcoverings.com/api/health
+PUBLIC_URL=https://chat.designerwallcoverings.com
← ca5e47a fix: resolve claude CLI to absolute path at startup + extend
·
back to Big Red
·
widget: move launcher + panel + tag from bottom-left to bott dc09b57 →