Skip to content

Commit

Permalink
Fix fly.io deployment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Feb 27, 2024
1 parent c93759c commit b539a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
---

Expand Down

0 comments on commit b539a8c

Please sign in to comment.