I have noticed today that all of my deployments (a few envs across two repos) are all failing today with the same error. My fly configuration and app configuration/build have not changed since yesterday when we had successful deploys.
Is fly down?
The error in Github Actions looks like:
==> Creating release
--> release v165 created
--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Error 1 error occurred:
* Could not find App
And in each of my Github Action files, I am deploying the apps like:
Interestingly I can see the releases in Fly.io and they are saying they are healthy. Is the bug perhaps that the Github Action for Fly is failing, but the releases deployments are working?
There is likely a bug with the latest version. You should be able to use an older version using the version input for the github action (see Workflow syntax for GitHub Actions - GitHub Docs) set to '0.0.366'