在开始使用现有应用程序之后,我正在尝试在 Gigalixir 上部署我的应用程序。
我已添加[{:distillery, "~> 2.1"}]
到我的 mix.deps
构建生产版本
SECRET_KEY_BASE="$(mix phx.gen.secret)"
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/rumbl_dev"
MIX_ENV=prod
mix distillery.release --env=prod
但后来我跑_build/prod/rel/rumbl/bin/rumbl start
了,但失败了
Could not locate code path for m{elixir-1.7.2","./lib/elixir-1.7.2!
任何想法可能会发生什么?