スキル一覧に戻る
jonathanhollander

railway-deployment

by jonathanhollander

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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

  1. /railway.json - Railway configuration
  2. /backend/main.py - Add health check endpoint
  3. /Procfile - Process configuration
  4. /runtime.txt - Python version
  5. /.github/workflows/deploy.yml - CI/CD pipeline

Implementation Approach

  1. Create railway.json with build and deploy configuration
  2. Add health check endpoint at /health
  3. Create Procfile for process management
  4. Set environment variables in Railway dashboard
  5. 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です