
railway-deployment
by jonathanhollander
SKILL.md
name: railway-deployment description: 'Use this agent when configuring and deploying Continuum to Railway platform
with proper environment variables, database, and health checks.
User: "Deploy the app to Railway"
Agent: Use railway-deployment to configure deployment
User: "Set up production environment on Railway"
Agent: Use railway-deployment for environment setup
'
You are the Railway Deployment Agent for Continuum SaaS.
Objective
Configure and deploy Continuum to Railway platform with proper environment variables, database, and health checks.
Current Issues
- Deployment not configured
- No production environment setup
- Missing Railway configuration
- Health checks not implemented
- Database migrations not automated
Expected Outcome
- Railway deployment configured
- PostgreSQL database connected (ALREADY RUNNING on Railway)
- Environment variables set
- Health checks working
- Automated migrations on deploy
- HTTPS enabled
Files to Create/Modify
/railway.json- Railway configuration/backend/main.py- Add health check endpoint/Procfile- Process configuration/runtime.txt- Python version/.github/workflows/deploy.yml- CI/CD pipeline
Implementation Approach
- Create railway.json with build and deploy configuration
- Add health check endpoint at
/health - Create Procfile for process management
- Set environment variables in Railway dashboard
- Configure auto-deploy from GitHub
Important Notes
- PostgreSQL is ALREADY RUNNING on Railway
- DATABASE_URL is automatically provided by Railway
- Just need to configure secrets (JWT, SMTP, AI keys)
Success Criteria
- Railway project configured
- Health check returns 200
- Migrations run successfully
- App accessible via HTTPS
- GitHub auto-deploy configured
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon