[object Object]

← back to Fentucci Naturals

chore(fentucci): disable prod-deploy config (viewer is Mac2-local; prod has no fentucci-viewer process) + document

d634aa632ac4166dcc5940979184e334a7fdef38 · 2026-08-06 12:26:40 -0700 · Steve Abrams

Files touched

Diff

commit d634aa632ac4166dcc5940979184e334a7fdef38
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Aug 6 12:26:40 2026 -0700

    chore(fentucci): disable prod-deploy config (viewer is Mac2-local; prod has no fentucci-viewer process) + document
---
 .deploy.conf.DISABLED-local-only | 10 ++++++++++
 DEPLOY-NOTE.md                   | 11 +++++++++++
 2 files changed, 21 insertions(+)

diff --git a/.deploy.conf.DISABLED-local-only b/.deploy.conf.DISABLED-local-only
new file mode 100644
index 0000000..b5e3298
--- /dev/null
+++ b/.deploy.conf.DISABLED-local-only
@@ -0,0 +1,10 @@
+PROJECT_NAME=fentucci-viewer
+DEPLOY_HOST=45.61.58.125
+DEPLOY_PATH=/root/Projects/fentucci-naturals
+HEALTH_URL=http://localhost:9981/healthz
+# BASIC_AUTH is optional (defaults to admin:DW2024!); set on remote if overriding
+REQUIRED_ENVS=""
+INSTALL_CMD="npm ci --omit=dev --ignore-scripts"
+BUILD_CMD=""
+# images/ is excluded by .gitignore and must not be rsync'd (large local-only assets)
+RSYNC_EXTRA_EXCLUDES="images/ data/ logs/"
diff --git a/DEPLOY-NOTE.md b/DEPLOY-NOTE.md
new file mode 100644
index 0000000..1871814
--- /dev/null
+++ b/DEPLOY-NOTE.md
@@ -0,0 +1,11 @@
+# fentucci-naturals — deploy note (2026-08-06)
+
+The **fentucci-viewer** internal line-viewer (:9981, basic-auth) is a **LOCAL-only tool on Mac2**.
+Prod (Kamatera) has **no `fentucci-viewer` process** — a `deploy` rsync'd code + ran `npm ci`, then
+failed at `pm2 reload` ("fentucci-viewer not found"). Nothing broke; the two REAL prod fentucci apps
+(`fentucci-site` 0.1.0, `fentucci-website` 1.0.0) are separate and untouched.
+
+`.deploy.conf` was renamed → `.deploy.conf.DISABLED-local-only` so `/deploy` no longer half-runs.
+
+**To host the viewer on prod (Steve's call):** `pm2 start server.js --name fentucci-viewer` on Kamatera
+(port 9981), confirm `/healthz`, then restore `.deploy.conf`. Until then this stays a Mac2-local tool.

← 6ef3ae9 add .deploy.conf to .gitignore (TK-10123)  ·  back to Fentucci Naturals  ·  auto-data-snapshot: 2026-08-24T19:34:57 (26 data files) — da ed32f00 →