[object Object]

← back to Dw Photo Capture

deploy: exclude .claude/ from rsync so agent worktree logs on remote aren't deleted

e82585f83bb67323ee89a812817ac9b443ce731d · 2026-09-25 09:03:04 -0700 · Steve Abrams

Files touched

Diff

commit e82585f83bb67323ee89a812817ac9b443ce731d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Sep 25 09:03:04 2026 -0700

    deploy: exclude .claude/ from rsync so agent worktree logs on remote aren't deleted
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index 449d52f..816ae94 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -10,4 +10,4 @@ INSTALL_CMD="npm ci --omit=dev"
 BUILD_CMD=""
 # deploy aborts unless the remote pm2 process already has these env vars set (see .env.example):
 REQUIRED_ENVS="GEMINI_API_KEY OCR_ENGINE"
-RSYNC_EXTRA_EXCLUDES="photos bin certs *.log data/mfr_index.json data verification/ visual-search/.venv-similar visual-search/dw_clip_ft.pt 5x screenrecord ops"
+RSYNC_EXTRA_EXCLUDES=".claude photos bin certs *.log data/mfr_index.json data verification/ visual-search/.venv-similar visual-search/dw_clip_ft.pt 5x screenrecord ops"

← 126f917 Fix grainy Shopify product photos: raise server-side JPEG no  ·  back to Dw Photo Capture  ·  TK-12228: every captured photo, front and back, displays in d1a0b78 →