1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-23 22:35:11 +02:00

Fix fly.io deployment docs

This commit is contained in:
Jason Hall
2024-02-27 11:54:05 -05:00
parent c93759c0df
commit 1f6a92a50d

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/).
---