flyio-prod-checklist

Featured

Execute Fly.io production deployment checklist with health checks, auto-scaling, monitoring, and rollback procedures. Trigger: "fly.io production", "fly.io go-live", "fly.io prod checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fly.io Production Checklist ## Overview Fly.io runs applications on edge infrastructure across 30+ regions with Machines, Volumes, and managed Postgres. A production deployment requires multi-region redundancy, proper secret management, health checks, and rollback procedures. Misconfigured auto-scaling means cold starts; missing volume backups mean data loss. This checklist ensures your Fly.io app is production-hardened. ## Authentication & Secrets - [ ] `FLY_API_TOKEN` stored in CI secrets (never in fly.toml or source) - [ ] All app secrets set via `fly secrets` (not `[env]` block) - [ ] Deploy tokens scoped per app (not org-wide personal tokens) - [ ] Key rotation scheduled (quarterly, or after team changes) - [ ] No hardcoded secrets in Dockerfile or codebase ## API Integration - [ ] Production base URL: app deployed to `https://<app>.fly.dev` - [ ] `force_https = true` in fly.toml http_service - [ ] Custom domain with TLS certificate active and auto-renewing - [ ] `min_machines_running = 1` to avoid cold starts - [ ] Machines deployed in 2+ regions for redundancy - [ ] Concurrency limits tuned (`soft_limit`/`hard_limit` per workload) - [ ] Volumes backed up if using persistent storage ## Error Handling & Resilience - [ ] Health check endpoint configured with appropriate grace period - [ ] Graceful shutdown handles SIGTERM within 10s window - [ ] Auto-stop/auto-start configured for cost optimization - [ ] Postgres standby replica provisioned for database apps - [...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-prod-checklist

Execute Firecrawl production deployment checklist and rollback procedures. Use when deploying Firecrawl integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "firecrawl production", "deploy firecrawl", "firecrawl go-live", "firecrawl launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flyio-deploy-integration

Advanced Fly.io deployment strategies including blue-green deployments, canary releases, multi-region rollouts, and Machines API orchestration. Trigger: "fly.io blue-green", "fly.io canary deploy", "fly.io rolling update".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-prod-checklist

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures. Use when deploying Webflow integrations to production or preparing for launch. Trigger with phrases like "webflow production", "deploy webflow", "webflow go-live", "webflow launch checklist", "webflow production ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

replit-prod-checklist

Execute Replit production deployment checklist with rollback and health monitoring. Use when deploying Replit apps to production, preparing for launch, or implementing go-live procedures with Autoscale or Reserved VM. Trigger with phrases like "replit production", "deploy replit", "replit go-live", "replit launch checklist", "replit prod ready".

2,266 Updated today
jeremylongshore