distillery v2.0.0-rc.8 Mix.Releases.Environment

Represents a unique configuration for releases built in this environment.

Link to this section Summary

Functions

Creates a new Environment with the given name

Link to this section Types

Link to this type t()
t() :: %Mix.Releases.Environment{
  name: atom(),
  profile: Mix.Releases.Profile.t()
}

Link to this section Functions

Link to this function new(name)
new(atom()) :: t()

Creates a new Environment with the given name