fly

Deploy and manage a Flask backend on Fly.io with logs and scaling.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/bs7280/photo-portfolio --skill fly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fly
Source: https://github.com/bs7280/photo-portfolio/tree/main/.claude/skills/fly
Command: npx skills add https://github.com/bs7280/photo-portfolio --skill fly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you deploy and manage the photography portfolio backend on Fly.io, reducing manual deployment steps and improving reliability with logs, status checks, and scaling capabilities.

Core Features & Use Cases

  • One-click Deployment: Deploy the Flask backend to Fly.io with minimal setup.
  • Observability: View real-time logs and status to quickly diagnose issues.
  • Scaling & Secrets: Scale resources and manage secrets for production stability.
  • SSH Access: Open an SSH session to a running machine for debugging or quick checks.

Quick Start

Run the following commands to deploy and monitor your backend:

  • cd backend && fly deploy
  • fly logs -a photography-portfolio-solitary-fire-836
  • fly status -a photography-portfolio-solitary-fire-836
  • fly ssh console -a photography-portfolio-solitary-fire-836