← スキル一覧に戻る

innozverse-flyio-deploy
by lastcow
Production-grade monorepo web application with authentication, built with Next.js, Hono, Flutter, and TypeScript
⭐ 0🍴 0📅 2026年1月5日
SKILL.md
name: innozverse-flyio-deploy description: Deploy the innozverse API to Fly.io, manage deployments, check status, view logs, and troubleshoot deployment issues. Use when deploying the API or debugging Fly.io deployment problems.
innozverse Fly.io Deployment Skill
Quick reference for deploying the innozverse API to Fly.io.
Prerequisites
brew install flyctl # macOS
fly auth login
First Deployment
cd apps/api
fly launch # Follow prompts
fly secrets set API_VERSION=1.0.0
fly deploy
Subsequent Deployments
cd apps/api
fly deploy
Common Commands
fly status # Check app status
fly logs # View logs
fly ssh console # SSH into machine
fly secrets set KEY=val # Set environment variable
fly scale memory 512 # Scale memory
fly open # Open app in browser
Configuration (fly.toml)
Located at apps/api/fly.toml:
app: App name on Fly.iointernal_port: 8080 (must match PORT in code)auto_stop_machines: Scale to zero when idle- Health check:
/healthendpoint
Troubleshooting
Build fails: Check Dockerfile, verify dependencies
Health check fails: Test /health endpoint locally
Connection issues: Check fly status, verify region
Resources
See docs/deployment-flyio.md for full guide.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です