[object Object]

← back to Commercialrealestate

crcp deploy: exclude runtime solicitation-drafts.jsonl from rsync --delete

e3e5a8ffbf119e025b93f52625d25396f26ad6d7 · 2026-08-07 16:22:21 -0700 · Steve Abrams

Protects the prod Solicitation Studio draft queue from being clobbered/deleted on
deploy (same treatment as crcp-accounts.json / modal-opens.jsonl runtime files).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit e3e5a8ffbf119e025b93f52625d25396f26ad6d7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Aug 7 16:22:21 2026 -0700

    crcp deploy: exclude runtime solicitation-drafts.jsonl from rsync --delete
    
    Protects the prod Solicitation Studio draft queue from being clobbered/deleted on
    deploy (same treatment as crcp-accounts.json / modal-opens.jsonl runtime files).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index 48e4c0a..d199767 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -4,4 +4,4 @@ HEALTH_URL=http://localhost:9911/healthz
 INSTALL_CMD="npm ci --omit=dev"
 BUILD_CMD=""
 REQUIRED_ENVS=""
-RSYNC_EXTRA_EXCLUDES="tmp 5x DW-Wins-Dashboard.png data/afternoon-report.html data/.pre-afternoon-ids.json data/agent-contacts.json assessor.sqlite *.bak data/morning-report.html data/condos-report.html data/modal-opens.jsonl data/crcp-accounts.json data/deal-alerts-out"
+RSYNC_EXTRA_EXCLUDES="tmp 5x DW-Wins-Dashboard.png data/afternoon-report.html data/.pre-afternoon-ids.json data/agent-contacts.json assessor.sqlite *.bak data/morning-report.html data/condos-report.html data/modal-opens.jsonl data/crcp-accounts.json data/deal-alerts-out data/solicitation-drafts.jsonl"

← 7553ed1 CRE leads: full email enrichment (free web patterns + local  ·  back to Commercialrealestate  ·  condos: Day theme default via fresh key, persist only on exp 03c9c5a →