Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fly.io deployment docs #1247

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Fix fly.io deployment docs #1247

merged 1 commit into from
Feb 27, 2024

Conversation

imjasonh
Copy link
Member

@imjasonh imjasonh commented Feb 27, 2024

Fixes #1186

@imjasonh imjasonh enabled auto-merge (rebase) February 27, 2024 16:54
@imjasonh imjasonh merged commit 1f6a92a into main Feb 27, 2024
28 of 29 checks passed
@imjasonh imjasonh deleted the imjasonh-patch-2 branch February 27, 2024 16:59
@brunoluiz
Copy link

Even after logged in, as suggested in the documentation, I really had to do this:

fly deploy --image $(KO_DOCKER_REPO=registry.fly.io/<app> ko build <path-of-cmd> --bare)
  1. It is not detecting the repository by itself, so I need to nudge it using KO_DOCKER_REPO
  2. It is impossible to push without --bare (probably a limitation on how they store it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fly.io] Image does not need to be public
3 participants