We’re unable to deploy right now via either github action or cli. Ultimately, both fail with this error:
--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Logs: https://fly.io/apps/kino-server-dev/monitoring
Error 1 error occurred:
* No deployment available to monitor
Clicking through the link doesn’t provide any help – the logs look as if the deploy attempt never occurred at all.
I have the latest version of fly and have tried fly agent restart as well. Any guidance would be most appreciated!
I am having this same exact issue. I have also tried the same thing you did by restarting the agent. Googling has revealed that in the past this may have been due to an outage but I have no idea. Unless some one replies with a solution I am probably just going to wait a while and try again later.
I can’t give you an ETA on Apps v1 deployments being back, but Apps v2 deployments (based on Machines rather than Nomad) aren’t impacted by this. Most of our issues these days are because of Nomad; anything running on the Machines platform should be a lot more stable.
We’re working on a migrator tool, but it’s not quite ready yet. For now you can create a new app with fly launch --force-machines or fly apps create --machines and deploy as you would your v1 app.