schnittchen / carafe

Deployment for Elixir applications, using capistrano
MIT License
51 stars 0 forks source link

Edeliver requires distillery to be present in application mix file #7

Closed schnittchen closed 7 years ago

schnittchen commented 7 years ago
Failed to detect whether :distillery or :exrm is used as dependency.
If you used exrm before (default), please add it to your mix.exs
config file like this:

defp deps do
  [
   ...
   {:exrm, ">= 0.16.0", warn_missing: false},
  ]
end
schnittchen commented 7 years ago

Edeliver is no longer a dependency.