Categories
CI/CD Dev Docker

Deploying a FastAPI App to Fly.io with GitHub Actions: Part 2

Part 1 covered building a FastAPI application with a Dockerfile and getting it running locally. Here you take that same application and ship it to Fly.io, then wire up a three-stage GitHub Actions pipeline that tests, builds, and deploys on every push to main. By the end, you have a production URL, a health check […]