Infrastructure
Navigate Railway deployment, GitHub Actions workflows, and infrastructure config.
Overview
Railway for deployment, GitHub Actions for CI/CD. See docs/deployment/RAILWAY.md.
Railway Configuration
railway.toml(root) - Project-level configbackend/railway.toml- Backend servicefrontend/railway.toml- Frontend service
CI/CD Workflows
.github/workflows/*.yml- All GitHub Actions.github/workflows/deploy.yml- Deployment workflow (if exists).github/workflows/test.yml- Test workflow (if exists)
Docker
Dockerfile(root) - Docker configuration (if exists)docker-compose*.yml- Docker Compose (if exists)
Smoke Tests
backend/smoke_endpoints.py- Backend health checksfrontend/e2e-smoke/*.spec.ts- Frontend smoke tests
Scripts
scripts/test-railway-setup.sh- Railway testingscripts/db-commands/db-verify.sh- Database verification
Documentation
- Internal:
docs/deployment/RAILWAY.md
Related Areas
- See
context-testing-infrastructurefor smoke test patterns - See
context-database-schemafor migration deployment
Scan to join WeChat group