[object Object]

← back to Rentv 2026

rentv-v1 deploy: exclude data/subscribers.jsonl from rsync so deploys never clobber prod's accumulated real signups

e58b969135b25804ade7cef1fd0c6767b5b8c052 · 2026-07-21 13:28:19 -0700 · Steve Abrams

Files touched

Diff

commit e58b969135b25804ade7cef1fd0c6767b5b8c052
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 21 13:28:19 2026 -0700

    rentv-v1 deploy: exclude data/subscribers.jsonl from rsync so deploys never clobber prod's accumulated real signups
---
 .deploy.conf      | 2 ++
 data/markets.json | 6 +++---
 data/news.json    | 2 +-
 data/ticker.json  | 6 +++---
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/.deploy.conf b/.deploy.conf
index 644374cb..a5b25240 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -4,3 +4,5 @@ DEPLOY_PATH=/root/public-projects/rentv-v1
 HEALTH_URL=http://localhost:9704/api/health
 INSTALL_CMD="npm ci --production"
 BUILD_CMD=""
+# Never overwrite prod's accumulated real newsletter signups with the local file.
+RSYNC_EXTRA_EXCLUDES="data/subscribers.jsonl"
diff --git a/data/markets.json b/data/markets.json
index 0f1161ce..24c9aaff 100644
--- a/data/markets.json
+++ b/data/markets.json
@@ -1,5 +1,5 @@
 {
-  "fetched_at": "2026-07-21T20:03:28.523Z",
+  "fetched_at": "2026-07-21T20:23:29.797Z",
   "source": "Yahoo Finance — live (CBOE Treasury yields, Dow Jones/MSCI REIT indices)",
   "curve": [
     {
@@ -42,8 +42,8 @@
   "reits": [
     {
       "label": "DJ U.S. Real Estate",
-      "value": "397.68",
-      "change_pct": 0.02,
+      "value": "397.66",
+      "change_pct": 0.01,
       "dir": "up"
     },
     {
diff --git a/data/news.json b/data/news.json
index cad28d7e..ad75d901 100644
--- a/data/news.json
+++ b/data/news.json
@@ -1,6 +1,6 @@
 {
  "source": "rentv.com — live",
- "fetched_at": "2026-07-21T20:03:28.198Z",
+ "fetched_at": "2026-07-21T20:23:29.080Z",
  "count": 30,
  "items": [
   {
diff --git a/data/ticker.json b/data/ticker.json
index 2c3a18c1..ed69fcb7 100644
--- a/data/ticker.json
+++ b/data/ticker.json
@@ -1,5 +1,5 @@
 {
-  "fetched_at": "2026-07-21T20:03:28.500Z",
+  "fetched_at": "2026-07-21T20:23:29.768Z",
   "la_office_vac": {
     "label": "LA OFFICE VAC",
     "value": "23.1%",
@@ -14,8 +14,8 @@
   },
   "cre_index": {
     "label": "CRE INDEX",
-    "value": "4,180",
-    "change_pct": 0.02,
+    "value": "4,179",
+    "change_pct": 0.01,
     "dir": "up",
     "source": "Dow Jones U.S. Real Estate"
   },

← 255f3538 rentv-v1: harden newsletter capture per contrarian — idempot  ·  back to Rentv 2026  ·  refine all: unify chrome site-wide (DTD-A) — canonical util- c037f630 →