[object Object]

← back to Marketing Command Center

deploy.conf: fix MCC health URL to :9661 + guard gitignored follow-counts data from rsync --delete

fa747ed0d80db9f21460558c2c1a9d1d457f9a3f · 2026-06-24 12:21:10 -0700 · Steve

Files touched

Diff

commit fa747ed0d80db9f21460558c2c1a9d1d457f9a3f
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Jun 24 12:21:10 2026 -0700

    deploy.conf: fix MCC health URL to :9661 + guard gitignored follow-counts data from rsync --delete
---
 .deploy.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index d1007a8..7d71535 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -1,3 +1,8 @@
 PROJECT_NAME=marketing-command-center
 DEPLOY_PATH=/root/DW-Agents/marketing-command-center
-HEALTH_URL=http://127.0.0.1:9662/api/health
+HEALTH_URL=http://127.0.0.1:9661/api/health
+# Protect gitignored runtime data from rsync --delete / overwrite on deploy.
+# follow-counts history accumulates one real row/day on the remote once IG creds
+# land; the local copy is only the dev/seed snapshot — never let it clobber the
+# remote's real history.
+RSYNC_EXTRA_EXCLUDES="follow-counts-history.json follow-counts-accounts.json follow-counts-snapshot.out follow-counts-snapshot.err"

← 90978c9 Add Followers/Following tab to DW Marketing Command Center  ·  back to Marketing Command Center  ·  auto-save: 2026-06-30T12:40:24 (1 files) — scripts/cc-agent- 67b4c0c →