← back to Apartmentwallpaper
protect prod data/leads.jsonl from rsync --delete on deploy
f1ce0196ecc8a23d299c217e3595c8c42bcf459e · 2026-09-10 13:47:13 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R3ggdMa2EiFijjasDjZLHP
Files touched
Diff
commit f1ce0196ecc8a23d299c217e3595c8c42bcf459e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 13:47:13 2026 -0700
protect prod data/leads.jsonl from rsync --delete on deploy
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R3ggdMa2EiFijjasDjZLHP
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index 14e1519..e7d9e3b 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -12,4 +12,4 @@ INSTALL_CMD="npm ci --production"
BUILD_CMD=""
# keep dev artifacts + local catalog backups off prod on rsync
-RSYNC_EXTRA_EXCLUDES="data/products.json.bak.* data/*.tmp *.log scratchpad"
+RSYNC_EXTRA_EXCLUDES="data/products.json.bak.* data/*.tmp *.log scratchpad data/leads.jsonl"
← a2c63ca fix .deploy.conf DEPLOY_PATH to match live pm2 path (/root/P
·
back to Apartmentwallpaper
·
front-page-steward: ux-primitives bundle (silent) TK-12031 f2a8898 →