← スキル一覧に戻る

deploy-shot-elixir
by progressions
Brand new client in Next JS for Chi War, the Feng Shui 2 management site
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: deploy-shot-elixir description: Deploy the shot-elixir Elixir/Phoenix application to Fly.io. Use this skill when deploying backend changes, updating environment variables, or releasing new versions to production.
Deploy shot-elixir to Fly.io
Instructions
- Navigate to the shot-elixir directory
- Verify all changes are committed to git
- Check that tests are passing (optional but recommended)
- Execute the deployment using
fly deploy - Monitor the deployment logs for errors
- Verify the application is running on https://shot-elixir.fly.dev/
- Test critical API endpoints after deployment
Deployment Steps
# Navigate to shot-elixir
cd /Users/isaacpriestley/tech/isaacpriestley/chi-war/shot-elixir
# Verify git status
git status
# Deploy to Fly.io
fly deploy
# Monitor deployment
fly logs
# Verify health
curl https://shot-elixir.fly.dev/api/v2/health
Examples
- User: "Deploy the latest changes to shot-elixir"
- User: "Release shot-elixir to production"
- User: "Push the backend changes to Fly.io"
- User: "Deploy elixir"
- User: "Update the production backend"
Guidelines
- Always verify commits before deploying
- Check that environment variables are properly set on Fly.io
- Monitor deployment logs for errors
- Test critical endpoints after deployment (auth, campaigns, characters)
- Update documentation if configuration changes
- Deployment typically takes 2-3 minutes
Post-Deployment Checks
- Test user authentication
- Verify WebSocket connections work
- Check database migrations applied successfully
- Test AI image generation endpoints
- Verify ActionCable/Phoenix Channels connectivity
Troubleshooting
If deployment fails:
- Check
fly logsfor error messages - Verify database connection with
fly ssh console - Check environment variables with
fly secrets list - Review recent git commits for breaking changes
- Rollback if needed:
fly releases rollback
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です