Questions tagged [edeliver]

Edeliver is based on deliver and provides a bash script to build and deploy Elixir and Erlang applications and perform hot-code upgrades.

Edeliver is based on deliver and provides a bash script to build and deploy Elixir and Erlang applications and perform hot-code upgrades.

The erlang releases are built on a remote host that have a similar configuration to the deployment target systems and can then be deployed to several production systems.

This is necessary because the release contains the full erts (erlang runtime system), all dependencies (erlang or elixir applications), elixir runtime, native port drivers and your own erlang/elixir application(s) in a standalone embedded node.

Official GitHub: https://github.com/boldpoker/edeliver

32 questions
0
votes
0 answers

Elixir dependency :AMQP not found in an umbrella project when building with edeliver (+ distillery)

I have an umbrella project that has only one simple app with a dependency for amqp at the moment. Everything works fine locally but when I try build it with "mix edeliver build release" I get ":AMQP not found" when it is trying to compile my…
Jukka Puranen
  • 8,026
  • 6
  • 27
  • 25
0
votes
2 answers

Trying to use edeliver to release a package but getting deps/exrm/mix.exs: No such file or directory

I'm trying to use edeliver to try to deploy my package to my server, Everything almost goes fine, then I get this error -----> Authorizing hosts -----> Ensuring hosts are ready to accept git pushes -----> Pushing new commits with git to:…
Datsik
  • 14,453
  • 14
  • 80
  • 121
1 2
3