Packages

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

Current section

Files

Jump to
edeliver_fork lib edeliver relup release_config.ex
Raw

lib/edeliver/relup/release_config.ex

defmodule Edeliver.Relup.Config do
@moduledoc """
This type represents the current config of the release manager.
When using exrm it is a `ReleaseManager.Config.t` struct,
when using distillery it is a `Mix.Releases.Config.t` struct.
"""
@type t :: term
end