Fix fly.io deployment docs

This commit is contained in:
Jason Hall
2024-02-27 11:59:38 -05:00
parent c93759c0df
commit 1f6a92a50d
+1 -1
View File
@@ -30,7 +30,7 @@ gcloud run deploy --image=$(ko build ./cmd/app)
flyctl launch --image=$(ko build ./cmd/app)
```
> 💡 **Note:** The image must be publicly available.
> 💡 **Note:** The image must be pushed to Fly.io's container registry at `registry.fly.io`, or if not, the image must be publicly available. When pushing to `registry.fly.io`, you must first log in with [`flyctl auth docker`](https://fly.io/docs/flyctl/auth-docker/).
---