viraj
October 17, 2021, 9:20am
1
Hi, our deployments are getting stuck at “Status: Image is up to date for heroku/pack:20”
Tried with “flyctl deploy --remote-only” still the same result.
After a while it throws an io error
Not sure how can I resolve this via flyctl. Would appreciate any help
viraj
October 20, 2021, 9:08am
2
@kurt anything you can help with here? When deploying with --local-only it works but not remote builds
kurt
October 20, 2021, 9:39pm
3
Do you need remote builds? Local builds are typically faster if you already have Docker running.
The buildpack stuff is pretty intense, it’s possible it just times out after running too long.
viraj
October 21, 2021, 5:39am
4
Ah I see. I’m on a patchy internet which is causing local builds to take a long time to upload. Possible remote builds are timing out due to that.