[object Object]

← back to Dw Photo Capture

deploy: exclude tracked schu-publish-audit.jsonl (identical on remote) from rsync to stop delete-guard false positive

b49fdf9ca0c144bbd64c7db23fb747551fd5c803 · 2026-09-25 10:06:54 -0700 · Steve Abrams

Files touched

Diff

commit b49fdf9ca0c144bbd64c7db23fb747551fd5c803
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Sep 25 10:06:54 2026 -0700

    deploy: exclude tracked schu-publish-audit.jsonl (identical on remote) from rsync to stop delete-guard false positive
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index 816ae94..9279bb2 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=".claude 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 /schu-publish-audit.jsonl photos bin certs *.log data/mfr_index.json data verification/ visual-search/.venv-similar visual-search/dw_clip_ft.pt 5x screenrecord ops"

← 15beb44 5x sweep 1: favicon on captures/batch/cam, consistent missin  ·  back to Dw Photo Capture  ·  5x sweep 2: camera-timeout retry tap now opens the snap came 4fd7dee →