← back to Rentv
auto-save: 2026-08-04T17:05:12 (4 files) — .deploy.conf data/markets.json data/news.json data/ticker.json
4ce9fdcee626680225896646bef997a229fee579 · 2026-08-04 17:05:13 -0700 · Steve Abrams
Files touched
M .deploy.confM data/markets.jsonM data/news.jsonM data/ticker.json
Diff
commit 4ce9fdcee626680225896646bef997a229fee579
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Aug 4 17:05:13 2026 -0700
auto-save: 2026-08-04T17:05:12 (4 files) — .deploy.conf data/markets.json data/news.json data/ticker.json
---
.deploy.conf | 3 ++-
data/markets.json | 2 +-
data/news.json | 2 +-
data/ticker.json | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.deploy.conf b/.deploy.conf
index 6f2eaa4f..e24ac135 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -7,7 +7,8 @@ BUILD_CMD=""
# Never overwrite prod's accumulated real newsletter signups / live pipeline data with the local file.
# vimeo-library.json is refreshed in place by the prod cron (pull-vimeo-library.py) — don't clobber it on deploy.
# social-drafts.json is admin-composed on prod (POST /api/social/draft) — prod copy is authoritative, never clobber.
-RSYNC_EXTRA_EXCLUDES="data/subscribers.jsonl data/posts.json data/forsale.json data/vimeo-library.json data/social-drafts.json"
+# news-archive.json accumulates on prod (cron pull-cre-news/build-news-archive once approved) — never clobber with the local seed.
+RSYNC_EXTRA_EXCLUDES="data/subscribers.jsonl data/posts.json data/forsale.json data/vimeo-library.json data/social-drafts.json data/news-archive.json"
# NOTE (2026-07-28): renamed from rentv-v1 -> rentv (unified RENTV app). The prod
# dir /root/public-projects/rentv-v1 must be renamed to /root/public-projects/rentv
# and pm2 re-registered as `rentv` as part of the Steve-gated cutover — see
diff --git a/data/markets.json b/data/markets.json
index 2ba22962..1183efde 100644
--- a/data/markets.json
+++ b/data/markets.json
@@ -1,5 +1,5 @@
{
- "fetched_at": "2026-08-04T23:33:19.728Z",
+ "fetched_at": "2026-08-04T23:53:20.421Z",
"source": "Yahoo Finance — live (CBOE Treasury yields, Dow Jones/MSCI REIT indices)",
"curve": [
{
diff --git a/data/news.json b/data/news.json
index 0ce24954..1eb99dbc 100644
--- a/data/news.json
+++ b/data/news.json
@@ -1,6 +1,6 @@
{
"source": "rentv.com — live",
- "fetched_at": "2026-08-04T23:33:19.260Z",
+ "fetched_at": "2026-08-04T23:53:20.248Z",
"count": 30,
"items": [
{
diff --git a/data/ticker.json b/data/ticker.json
index 2145cbd1..91019ee4 100644
--- a/data/ticker.json
+++ b/data/ticker.json
@@ -1,5 +1,5 @@
{
- "fetched_at": "2026-08-04T23:33:19.702Z",
+ "fetched_at": "2026-08-04T23:53:20.398Z",
"la_office_vac": {
"label": "LA OFFICE VAC",
"value": "23.1%",
← 2e7caa4b server: dependency-free .env loader (durable prod config acr
·
back to Rentv
·
Content Studio hardening: localize blog images on publish/ed 4d3751bd →