Monorepo deploy fails

I want to deploy app directory from my mono repo

From command line it works locally
fly deploy ./app --app APP_NAME --config ./app/fly.toml

but from dashboard it fails right away

Literally no context on that screen. Where can I see deploy logs that are produced on that dashboard?

1 Like

Hi there.

It’s bad that it doesn’t show anything, we need to fix that.

I think another issue here is that the UX for those settings weren’t clear either. Since the CWD is app and the toml path is app/fly.toml then our dashboard will look for app/app/fly.toml. To fix that try editing app/fly.toml to just fly.toml (leaving it empty would also work).

Let me know how that goes!

Thanks, I tried to put “fly.toml” but then it says it cannot find such file.

Anyways got it resolved thanks to your comment.