pennfit-deploy

star 0

PennFit's Railway deploy + service-boot contract — the invariants that, when broken, have blackholed the entire site behind one dependency. Covers HTTP-before-worker decoupling, the liveness health check (`/resupply-api/healthz`, never `/readyz`), the direct-`node` start command (SIGTERM/graceful-shutdown), dual-stack bind, required boot env (incl. CORS-or-throw), `preflight:prod` before a deploy, and `verify:deploy` after. Use when editing `artifacts/resupply-api/src/index.ts` (boot/shutdown/worker start), `railway.json`, health-check or `/readyz` code, CORS/boot-env handling, or verifying/diagnosing a deploy ("API 404s but SPA loads", "site down", "worker won't start").

kdeyarmin By kdeyarmin schedule Updated 6/7/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/kdeyarmin/PennFit --skill pennfit-deploy
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator