[object Object]

← back to Wallco Ai

chore(deploy): exclude data/prompt-match-ratings.jsonl from rsync (server-authored append-only ledger, must not clobber a future prod copy)

d7523ba88238c131524d16394e5bfcfa390267ab · 2026-06-01 12:36:49 -0700 · Steve

Files touched

Diff

commit d7523ba88238c131524d16394e5bfcfa390267ab
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 1 12:36:49 2026 -0700

    chore(deploy): exclude data/prompt-match-ratings.jsonl from rsync (server-authored append-only ledger, must not clobber a future prod copy)
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index 2f6268d..10dc317 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -31,4 +31,4 @@ HEALTH_URL="https://wallco.ai/health"
 # the 6:30am wallco-room-backfill cron calls; it was never in the local repo, so
 # --delete would have removed it and broken the cron — local has a different
 # script, backfill-wallco-rooms.js, not a rename).
-RSYNC_EXTRA_EXCLUDES=".venv __pycache__ *.pyc logs scripts/backfill-rooms.js data/generated data/generated_pre_seamless_backup data/generated_ghost_quarantine data/generated_cactus_quarantine data/elements data/tif data/images data/rooms data/spoonflower-pulled data/fliepaper-bugs public/uploads public/marketplace/uploads data/designs.json data/marketplace/events.jsonl data/cactus-decisions.jsonl data/ghost-scan-flagged.jsonl data/ghost-scan-results.jsonl data/ghost-scan-triage.jsonl data/ghost-scan-flagged.pre-*.jsonl data/ghost-scan-flagged.post-*.jsonl data/ghost-scan-results.pre-*.jsonl data/bad-aesthetic-patterns.jsonl data/bad-aesthetic-patterns.*.jsonl data/ghost-purge.jsonl data/ghost-labels.jsonl data/fixes-feed.jsonl data/.rescan-current.txt data/.rescan-ready.txt data/pdp-theme.json"
+RSYNC_EXTRA_EXCLUDES=".venv __pycache__ *.pyc logs scripts/backfill-rooms.js data/generated data/generated_pre_seamless_backup data/generated_ghost_quarantine data/generated_cactus_quarantine data/elements data/tif data/images data/rooms data/spoonflower-pulled data/fliepaper-bugs public/uploads public/marketplace/uploads data/designs.json data/marketplace/events.jsonl data/cactus-decisions.jsonl data/prompt-match-ratings.jsonl data/ghost-scan-flagged.jsonl data/ghost-scan-results.jsonl data/ghost-scan-triage.jsonl data/ghost-scan-flagged.pre-*.jsonl data/ghost-scan-flagged.post-*.jsonl data/ghost-scan-results.pre-*.jsonl data/bad-aesthetic-patterns.jsonl data/bad-aesthetic-patterns.*.jsonl data/ghost-purge.jsonl data/ghost-labels.jsonl data/fixes-feed.jsonl data/.rescan-current.txt data/.rescan-ready.txt data/pdp-theme.json"

← 2070bb0 feat(admin): side-by-side prompt-vs-image A/B rating surface  ·  back to Wallco Ai  ·  batch-regen: 2-design concurrency pool (DTD-C), deterministi 89e036b →