[object Object]

← back to Wallco Ai

deploy.conf: exclude .venv/__pycache__/logs + prod-only scripts/backfill-rooms.js (cron-critical) — full-deploy dry-run now 84 transfers / 4 junk deletions

1d5ddf12f7b6bada66d5337adf4566905a0e930d · 2026-05-31 19:13:29 -0700 · Steve Abrams

Files touched

Diff

commit 1d5ddf12f7b6bada66d5337adf4566905a0e930d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 19:13:29 2026 -0700

    deploy.conf: exclude .venv/__pycache__/logs + prod-only scripts/backfill-rooms.js (cron-critical) — full-deploy dry-run now 84 transfers / 4 junk deletions
---
 .deploy.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index d573172..2f6268d 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -25,4 +25,10 @@ HEALTH_URL="https://wallco.ai/health"
 # can't even resolve. A dry-run on 2026-05-31 showed 34,986 queued deletions.
 # Also added the two prod-authored quarantine dirs (the scanner / soft-delete
 # endpoints MOVE flagged PNGs into them on prod) — never clobber from local.
-RSYNC_EXTRA_EXCLUDES="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"
+# 2026-05-31: added .venv / __pycache__ / *.pyc / logs (local Mac junk — the
+# scripts/vectorize/.venv is an 82 MB Mac virtualenv with /opt/homebrew symlinks
+# that are dead on Linux prod) and scripts/backfill-rooms.js (a PROD-ONLY script
+# 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"

← 2343a75 pdp-theme: atomic write (temp+rename) so a crash mid-write c  ·  back to Wallco Ai  ·  security: gate /api/luxe-curator/regen + /pick behind requir 2b40d83 →