[object Object]

← back to 4square Agentabrams

deploy-safety: exclude data/ from rsync (TK-10984)

5bd8b06b44f460654b7295910011cb3461de8612 · 2026-08-30 23:53:35 -0700 · Steve Abrams

Files touched

Diff

commit 5bd8b06b44f460654b7295910011cb3461de8612
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Aug 30 23:53:35 2026 -0700

    deploy-safety: exclude data/ from rsync (TK-10984)
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index dab3994..4f085b1 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -4,4 +4,4 @@ HEALTH_URL=http://localhost:9702/health
 INSTALL_CMD="npm ci --omit=dev"
 BUILD_CMD=""
 REQUIRED_ENVS=""
-RSYNC_EXTRA_EXCLUDES="tmp"
+RSYNC_EXTRA_EXCLUDES="tmp data"

← 4e4f6ea add creds-in-URL fetch guard to gated pages (TK-10984)  ·  back to 4square Agentabrams  ·  (newest)