Deployment is stuck on “Build Image”. This was working about an hour ago.
I wonder if readers might find your question a bit easier to answer with a bit more detail.
Perhaps mention what region your app is in, and whether your deploy process is via GitHub or flyctl deploy. If you can see build logs from either option, consider showing them here in a Markdown code block.
Ahh ok found the solution. The problem was I didn’t have single quotes around one of my values in fly.toml. Running flyctl deploylocally helped me to debug this. thanks! I was using auto deploy from github and the frontend wasn’t showing any error message and was just hanging. Would be nice if it showed an error!
Good sleuthing.
I’ve not tried the GitHub deploy system, but it seems to do a bit of project introspection. It’ll work without a Dockerfile, but the heuristics are guesswork. I’d much rather just have a CI pipeline with a console binary that will succeed or fail transparently.
(I suspect that the web-based deploy system will become more reliable, but it failing does seem to get a few mentions in this forum.)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.