Packages

Build and Deploy Elixir Applications and perform Hot-Code Upgrades and Schema Migrations

Current section

Files

Jump to
edeliver_fork src edeliver.app.src
Raw

src/edeliver.app.src

{application, edeliver,
[
{description, "erlang remote build and deploy tool"},
{vsn, "1.0"},
{registered, []},
{applications, []},
{modules, []},
{env, []}
]}.