← back to Dw Photo Capture
deploy: exclude ops/ (Tres Tintas restore maps/scripts are local-only, not server runtime) (TK-12162)
07b7e8c74f10ea204989af7317fbdee0e15d558d · 2026-09-24 16:10:40 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NR59q54WMPw4GdNgi2z1jM
Files touched
Diff
commit 07b7e8c74f10ea204989af7317fbdee0e15d558d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 24 16:10:40 2026 -0700
deploy: exclude ops/ (Tres Tintas restore maps/scripts are local-only, not server runtime) (TK-12162)
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NR59q54WMPw4GdNgi2z1jM
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index 4468d6e..449d52f 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"
+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"
← d5ea198 TK-12162: DWTB-10050 Tres Tintas master -> DWTS, duplicate t
·
back to Dw Photo Capture
·
Save every uploaded photo by vendor: photos/vendors/<Vendor> 0260eb6 →