print("Trying to use fly but always not stable")
#fly deploy --remote-only --strategy immediate
print("fly launch to start settings")
print("fly deploy will start two machines")
print("fly deploy --remote-only --strategy immediate # will not start new machine")
print("fly deploy --update-only --strategy immediate # try this one update only")
print("https://community.fly.io/t/failed-to-fetch-an-image-or-build-from-source-failed-building-options-failed-probing-personal-context-deadline-exceeded/7140/2")
print("Off the bat, since this error points towards a connectivity issue, you might try running fly wireguard reset or fly wireguard websockets enable to see if that helps.")
print("FYI: https://fly.io/docs/flyctl/wireguard-reset/")
print("fly wireguard list, fly wireguard remove")
print("fly m remove 1781945ce06289 --force")
print("fly ssh console -s -a name")
print("Run flyctl deploy --config fly.prod.toml --image registry.fly.io/prereview:752001716461960d10a933f3deb2d")