distillery v2.1.1 Distillery.Releases.Environment View Source
Represents a unique configuration for releases built in this environment.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Distillery.Releases.Environment{
name: atom(),
profile: Distillery.Releases.Profile.t()
}
t() :: %Distillery.Releases.Environment{ name: atom(), profile: Distillery.Releases.Profile.t() }
Link to this section Functions
Link to this function
new(name) View Source
Creates a new Environment with the given name