Trying to setup “auto-deploy on push” but getting the message “Uh oh, build failed” when triggering from the dashboard.
-
“Current Working Directory” is currently set to “phoenix_app”
-
“Config path” is set to “/phoenix_app/flyio/fly.dev.toml”
- Also tried just “phoenix_app/flyio/fly.dev.toml”, but that also fails
- Not able to use “flyio/fly.dev.toml” due to the error: “Could not find flyio/fly.dev.toml in your repo. Check if you wrote the path correctly.”
-
App code is in a nested directory of the git repo at /phoenix_app
-
Config file is at /phoenix_app/flyio/fly.dev.toml
-
Able to deploy via terminal using ‘fly deploy –config flyio/fly.dev.toml’ from the directory of my app: /phoenix_app
-
Logs from the dashboard do not indicate any build errors. The logs do work because I’m able to see regular logs generated from users accessing the deployed (via terminal) application
-
Deployment failed between “Setup and pull from git repository” (green) and “Build image” (grey)