ci: add railway deployment workflow - #439
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
|
👋 Welcome, @master-kanor, and thanks for opening your first PR on AnythingMCP! A few quick pointers:
Someone from the core team will look at this within ~48h. If you don't hear back, please ping us in Discussions / Q&A. ⭐ While you wait — if you find AnythingMCP useful, a star helps others discover it. |
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
- Add a verification step for Railway CLI version in the deployment workflow - Update deployment documentation to reference GitHub Actions CI/CD - Update `railway.json` with new repository and icon URLs Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Rename the project, package names, Docker container names, and database names from `anythingmcp` to `open-hide` across the entire repository. This includes: - Updating `README.md` branding and links - Updating `package.json` in root and workspace packages - Updating `docker-compose.yml` and `docker-compose.cloud.yml` (container names, image names, and project names) - Updating database names and connection strings in Docker configurations - Updating `railway.json` metadata Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
|
Hi @master-kanor, thanks for this — automated Railway deploys are a genuinely useful addition, and I’d like to take them. There’s one thing to sort out first: this branch also carries chore: rename project from anythingmcp to open-hide, which rebrands the upstream project to your fork. I’m guessing that came along by accident from your fork’s working branch. A few of those lines would be breaking for everyone if merged — the compose files would pull hillstreetph/open-hide:latest instead of the official image, railway.json would repoint our deploy button at your fork, and the DATABASE_URL database rename would break every existing install (since POSTGRES_DB only applies on first init). Could you open a fresh PR from a clean branch off main containing only: .github/workflows/deploy-railway.yml Also, the CLA check needs a one-line comment on the PR to pass: To be clear, your fork is entirely welcome to carry its own name — AGPL-3.0, and you kept the license and attribution, which I appreciate. It’s just the upstream repo that needs to stay AnythingMCP. Ping me when the new PR is up and I’ll review it quickly. |
Summary
Changes
Type
Testing
Checklist
npm test)Related Issues