fix(build): upgrade fumadocs to latest#1341
Merged
waleedlatif1 merged 3 commits intostagingfrom Sep 16, 2025
Merged
Conversation
This reverts commit abfa2f8.
Contributor
There was a problem hiding this comment.
Greptile Summary
This PR represents a significant infrastructure migration from Railway to a Docker-based deployment strategy. The changes include:
Infrastructure Migration:
- Completely removes Railway deployment configuration (
railway.json) which previously defined build commands, start commands, health checks, and environment variables - Updates the Docker build workflow (
.github/workflows/build.yml) to support both staging and production deployments with multi-architecture support (AMD64/ARM64) - Simplifies staging image tags and adds manifest creation for staging images
- Introduces a new infrastructure deployment trigger job that calls external repository webhooks, decoupling CI/CD from direct deployment
CI Workflow Changes:
- Removes the database migrations job from the CI workflow (
.github/workflows/ci.yml) that previously ran Drizzle ORM migrations automatically on pushes to main and staging branches - Database migrations are now handled through containerized deployment via the Docker image
ghcr.io/simstudioai/migrations
Documentation Updates:
- Upgrades
fumadocs-uipackage from version ^15.0.16 to ^15.7.5 to align withfumadocs-coreand fix build issues
The new architecture creates Docker images for three separate services (simstudio, migrations, realtime) and uses GitHub Container Registry with automated deployment triggers to an external infrastructure repository. This provides better separation of concerns where the application repository handles building/testing while infrastructure repository manages deployment logic.
PR Description Notes:
- The PR description template is incomplete with placeholder text and unchecked boxes
- Missing specific testing information and summary details
Confidence score: 3/5
- This PR involves significant infrastructure changes that could impact deployment reliability and database migration handling
- Score reflects the complexity of the infrastructure migration and removal of automated database migrations from CI
- Pay close attention to the CI and build workflow files to ensure the new deployment pipeline is properly configured
4 files reviewed, no comments
arenadeveloper02
pushed a commit
to arenadeveloper02/p2-sim
that referenced
this pull request
Sep 19, 2025
* update infra and remove railway * fix(builds): upgraded fumadocs * Revert "update infra and remove railway" This reverts commit abfa2f8.
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
Upgrade fumadocs to latest
Type of Change
Testing
Tested manually.
Checklist