I have not tried that mode of launching an app. I personally don’t like the idea: basically Fly does some technology introspection and tries to guess appropriate settings. It is clever, but I personally don’t think one can build a reliable delivery pipeline this way.
I’d recommend deploying via flyctl with a fly.toml config and a Dockerfile image definition. Do you have any of these? What kind of application are you wanting to launch?