← back to Abramsagency
deploy.conf: anchor the leads.jsonl rsync exclude to the transfer root
3883f0c90e8c744c732701f689657d05e95dfea7 · 2026-09-03 15:27:50 -0700 · Steve Abrams
Codex second-model pass: '/data/leads.jsonl' is anchored to the rsync
transfer root, so it cannot accidentally match (or fail to match) a
nested path. Same intent, no edge cases.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013mq9RQtVZZEWvreDqqTgv2
Files touched
Diff
commit 3883f0c90e8c744c732701f689657d05e95dfea7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 3 15:27:50 2026 -0700
deploy.conf: anchor the leads.jsonl rsync exclude to the transfer root
Codex second-model pass: '/data/leads.jsonl' is anchored to the rsync
transfer root, so it cannot accidentally match (or fail to match) a
nested path. Same intent, no edge cases.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013mq9RQtVZZEWvreDqqTgv2
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index 887e436..cae3eef 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -2,4 +2,4 @@ PROJECT_NAME=abramsagency
DEPLOY_PATH=/var/www/agency.agentabrams.com
HEALTH_URL=https://agency.agentabrams.com/healthz
PORT=9632
-RSYNC_EXTRA_EXCLUDES="data/leads.jsonl"
+RSYNC_EXTRA_EXCLUDES="/data/leads.jsonl"
← 40f7aa7 landing: replace placeholder 555 phone with real DW toll-fre
·
back to Abramsagency
·
(newest)