I have a Phoenix app that I have multiple copies of running in production (happily).
I’m trying to deploy a new version of it and getting the following error:
❯ fly deploy -a ***-staging-control -c fly/***-staging.toml
==> Verifying app config
Validating fly/***-staging.toml
✓ Configuration is valid
--> Verified app config
==> Building image
==> Building image
Error: failed to fetch an image or build from source: error building: internal: internal error
There’s no logs and nothing in the dashboard to look at or help debug this. Where do I go from here?