Github deployment failing without useful logs

Hello! My deployment is failing when attempting to deploy via linking to a github repo. I am able to successfully deploy the repo by running fly deploy locally, but deployment fails via github (see screenshot below).

I can’t seem to find any useful error logs to help me understand what is going wrong during deployment. Any guidance here would be much appreciated!

Update, I was able to resolve this. The issue was my Config path definition.

I specified both a Current Working Directory and a Config path for my fly.toml, but it seems that my Config path was in some way incompatible with the Current Working Directory definition. My fly.toml lives at the top level of the Current Working Directory so simply deleting my Config path did the trick.