← back to Rentv Ad Engine
deploy-safety: exclude data/ from rsync (TK-10984)
a5fc8be824550f1b7e2b5d8dd938ed81769938fc · 2026-08-30 23:53:34 -0700 · Steve Abrams
Files touched
Diff
commit a5fc8be824550f1b7e2b5d8dd938ed81769938fc
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun Aug 30 23:53:34 2026 -0700
deploy-safety: exclude data/ from rsync (TK-10984)
---
.deploy.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.deploy.conf b/.deploy.conf
index c426ae6..79a1077 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -9,4 +9,4 @@ BUILD_CMD=""
# Data files (advertisers.json/guests.json/manifest.json/transcripts) are produced by the
# LOCAL pipeline (harvest + extract). Deploy is Steve-gated; if wired into rentv later,
# coordinate with claude-rentv (owns the live rentv app) before any rentv file edits.
-RSYNC_EXTRA_EXCLUDES="data/transcripts"
+RSYNC_EXTRA_EXCLUDES="data/transcripts data"
← b8c7114 add creds-in-URL fetch guard to gated pages (TK-10984)
·
back to Rentv Ad Engine
·
(newest)