← back to Carmelwallpapers
TK-11556: exclude dev-only verification/ artifacts from deploy rsync
0225c05d24759d3bbbfc2eb76cd7bd1e885407bd · 2026-09-13 00:38:12 -0700 · Steve Abrams
verification/ holds static, git-tracked proof/test artifacts from prior
TK-11380 disclosure verification work -- not served by server.js (no
runtime write path touches it) and not needed on the live box. Excluding
it avoids the delete-guard false-positive (it pattern-matched filenames
like 'results.json'/'disclosures-live.json' as runtime data even though
they're committed static content, not server-written).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Files touched
Diff
commit 0225c05d24759d3bbbfc2eb76cd7bd1e885407bd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun Sep 13 00:38:12 2026 -0700
TK-11556: exclude dev-only verification/ artifacts from deploy rsync
verification/ holds static, git-tracked proof/test artifacts from prior
TK-11380 disclosure verification work -- not served by server.js (no
runtime write path touches it) and not needed on the live box. Excluding
it avoids the delete-guard false-positive (it pattern-matched filenames
like 'results.json'/'disclosures-live.json' as runtime data even though
they're committed static content, not server-written).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
.deploy.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/.deploy.conf b/.deploy.conf
index 45cbfad..5f393cd 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -3,3 +3,4 @@ DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/carmelwallpapers
HEALTH_URL=http://127.0.0.1:19961/health
INSTALL_CMD="npm ci --production"
+RSYNC_EXTRA_EXCLUDES="/verification"
← 1a37ae5 TK-11556: add home-page editorial content section (146 -> 44
·
back to Carmelwallpapers
·
(newest)