【发布时间】:2020-01-15 14:55:51
【问题描述】:
在开始使用现有应用程序之后,我正在尝试在 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!
有什么想法吗?
【问题讨论】:
标签: erlang elixir phoenix-framework distillery