Hi all. I have an elixir app that only uses Phoenix PubSub. With fly launch
I can create a fly app, but it fails like this:
Setting FLY_API_TOKEN secret in GitHub repository settings
Set secrets on metaverse-mud: SECRET_KEY_BASE
Generating rel/env.sh.eex for distributed Elixir support
Preparing system for Elixir builds
Installing application dependencies
Running Docker release generator
Error: failed running /home/fabio/.asdf/shims/mix phx.gen.release --docker: exit status 1
Am I correct in thinking that it’s trying to use mix phs.gen.release
instead of mix release
because it thinks it’s a Phoenix app, when in fact it isn’t? How can I correct it?
By the way, the fly.toml fly is never created either