feat: one-click deploy — Railway + Render + CLI bin fix#1
Merged
Conversation
- railway.toml — Railway config targeting apps/api/Dockerfile with
health check, restart policy, and env var documentation
- render.yaml — Render Blueprint with auto-generated API key,
persistent disk at /data, and all required env vars pre-wired
- README: one-click deploy buttons (Railway + Render) above the
Quick start section, npm badge, cloud deploy table with notes,
Docker section promoted to lead path for full stack
- packages/cli/package.json: fix bin field from bare string to
{ "operatorboard": "./dist/cli.js" } — resolves npm publish warning
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
railway.tomlconfig targetingapps/api/Dockerfilewith health check, restart policy, and documented env vars. Deploy button in README pre-populatesOPERATORBOARD_API_KEYfield.render.yamlBlueprint with auto-generated API key, persistent 1GB disk at/data, all required env vars wired. Works with the "Deploy to Render" button.package.json: Fixedbinfield from bare string"./dist/cli.js"to object{ "operatorboard": "./dist/cli.js" }— resolves npm publish warning. Ready to publish once OTP is confirmed.Deploy paths after merge
docker compose uppnpm devTest plan
render.yaml🤖 Generated with Claude Code