[object Object]

← back to Bounce Studio

deploy.conf: skip npm install (no deps), exclude data/ from rsync

43d4030b3f540b6b54c22974a82d06ca2426195d · 2026-07-13 15:52:14 -0700 · Steve

Files touched

Diff

commit 43d4030b3f540b6b54c22974a82d06ca2426195d
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jul 13 15:52:14 2026 -0700

    deploy.conf: skip npm install (no deps), exclude data/ from rsync
---
 .deploy.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.deploy.conf b/.deploy.conf
index 64129d1..1b6a292 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -5,3 +5,6 @@ DEPLOY_PATH=/root/public-projects/bounce-studio
 HEALTH_URL=http://127.0.0.1:9948/healthz
 PORT=9948
 DOMAIN=sixskills.agentabrams.com
+# no npm deps — pure Node builtins; skip install
+INSTALL_CMD=true
+RSYNC_EXTRA_EXCLUDES=data

← 904982e Pre-flight for go-live: rate-limit /api/waitlist (429 after  ·  back to Bounce Studio  ·  deploy: live on Kamatera :9955 (9948 was taken) 15bdb83 →