← back to Fentucci Naturals

DEPLOY-NOTE.md

12 lines

# 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.