Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
First create a fly account on fly.io and install flyctl on your system fly.io/docs/hands-on/install-flyctl/ (on macOS, use brew install flyctl)
Then run fly auth login to log in.
Go to your project folder and add a Dockerfile if you don’t already have one.
Then run fly launch (select a region that’s free) and fly deploy --ha=false to create a single-instance free service.
Lessons in this unit:
| 0: | Introduction |
| 1: | ▶︎ Run an app on fly.io |
| 2: | Deployment strategy on fly.io |
| 3: | Run PocketBase on fly.io |
| 4: | Deploy to Fly via GitHub action |
| 5: | Fly.io, list all regions available |