[object Object]

← back to Sublease Agentabrams

deploy-safety: exclude data/ from rsync (TK-10984)

7ecde77afc49e670dc29b4fcbb751e470516b0c0 · 2026-08-30 23:54:48 -0700 · Steve Abrams

Files touched

Diff

commit 7ecde77afc49e670dc29b4fcbb751e470516b0c0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Aug 30 23:54:48 2026 -0700

    deploy-safety: exclude data/ from rsync (TK-10984)
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index 3bc3756..a7b90ef 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -7,4 +7,4 @@ HEALTH_URL=http://localhost:9714/api/health
 INSTALL_CMD="npm ci --omit=dev"
 BUILD_CMD=""
 REQUIRED_ENVS="USE_SNAPSHOT"  # prod runs USE_SNAPSHOT=1 (serves data/snapshot.json)
-RSYNC_EXTRA_EXCLUDES="tmp-server.log data/*.db data/claims.jsonl data/users.json data/.session-secret"
+RSYNC_EXTRA_EXCLUDES="tmp-server.log data/*.db data/claims.jsonl data/users.json data/.session-secret data"

← 588c4d8 add creds-in-URL fetch guard to gated pages (TK-10984)  ·  back to Sublease Agentabrams  ·  (newest)