[object Object]

← back to Commercialrealestate

CRCP: sync rsync now includes broker-phone-overlay.json to prod

e4bc315f0d89a5004adb8849f9e8880151127baa · 2026-08-19 10:39:36 -0700 · Steve Abrams

Files touched

Diff

commit e4bc315f0d89a5004adb8849f9e8880151127baa
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 19 10:39:36 2026 -0700

    CRCP: sync rsync now includes broker-phone-overlay.json to prod
---
 scripts/sync-broker-feeds.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/sync-broker-feeds.sh b/scripts/sync-broker-feeds.sh
index ca633b6..1941436 100755
--- a/scripts/sync-broker-feeds.sh
+++ b/scripts/sync-broker-feeds.sh
@@ -44,7 +44,7 @@ done
 # 2) Push ONLY the broker data files to prod (never code/.env), then reload so the merge picks them up.
 if ls data/*-listings.json >/dev/null 2>&1; then
   echo "-- rsync data/*-listings.json -> $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/data/"
-  rsync -az --timeout=60 data/*-listings.json "$DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/data/" \
+  rsync -az --timeout=60 data/*-listings.json data/broker-phone-overlay.json "$DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/data/" \
     && ssh -o ConnectTimeout=15 "$DEPLOY_USER@$DEPLOY_HOST" "cd $DEPLOY_PATH && pm2 reload $PM2_NAME --update-env >/dev/null 2>&1 && echo reloaded" \
     || { echo "   ERROR: rsync/reload failed"; exit 1; }
 else

← edd6422 CRCP: wire per-broker crexi grind into daily sync (capped 40  ·  back to Commercialrealestate  ·  backfill firm-site: add --offset to sweep beyond the top 40 5205cc5 →