Nodailyworries
Search the build
-
dd46c862026-09-04 deploy: guard prod-only runtime data from rsync --delete -
ea39c102026-08-05 yoloforever C5b (Cody submit-ready fix): visible 'Last updated' date + Article JSON-LD + og:type=article on all 6 guides — closes About/guide date contradiction; NDW submit-ready -
43ba22c2026-08-05 yoloforever C5: deepen renters/health/umbrella guides (~460w->~950w) with cost figures + common-mistakes + FAQ; add Editorial-standards + funding-disclosure to About (YMYL depth + trust identity) -
b33daf32026-08-05 yoloforever C4a (Cody fix): add Contact to header nav (was footer-only) — AdSense easy-access requirement -
2fc601b2026-08-05 yoloforever C3: expand nodailyworries 3->6 guides (renters/health/umbrella, ~500w each original) + About/Contact trust pages + nav/footer links — content depth + trust layer for AdSense -
cc77bc02026-08-05 fix health-url port to 9940 -
8c42bc02026-08-05 pin prod port 9940 (Kamatera) -
622db132026-08-05 nodailyworries.com: insurance-guide site (3 cornerstone guides, lead capture, AdSense loader + compliant privacy policy)
Authors
- Steve8
Agents used
Skills used
- /health2
- /umbrella2
- /quadrille1
- /claude1
- /code1
- /guide1
- /footer1
Creative ideas + design notes
dd46c86 · 2026-09-04 · deploy: guard prod-only runtime data from rsync --delete
deploy.sh runs 'rsync -az --delete' with no data/ exclude, so a deploy overwrote the box's runtime file with the local copy and destroyed everything written since the last deploy. Added a surgical RSYNC_EXTRA_EXCLUDES for this project's runtime path(s) only, so genuine build artifacts under data/ keep syncing. Verified by itemized rsync --dry-run against prod: the runtime file is listed for transfer WITHOUT the exclude and absent WITH it. Fleet sweep, TK-11227. Same bug class as the July 2026 artmura/quadrille mis-target fix and the abramsagency lead-ledger fix (TK-10536). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013mq9RQtVZZEWvreDqqTgv2
File tree
- .deploy.conf
- .gitignore
- build.mjs
- content/auto.html
- content/health.html
- content/home.html
- content/life.html
- content/renters.html
- content/umbrella.html
- package-lock.json
- package.json
- public/about.html
- public/ads.txt
- public/contact.html
- public/guides/auto-insurance.html
- public/guides/health-insurance.html
- public/guides/home-insurance.html
- public/guides/life-insurance.html
- public/guides/renters-insurance.html
- public/guides/umbrella-insurance.html
- public/index.html
- public/privacy.html
- public/style.css
- server.js