distillery v2.0.8 Mix.Releases.Environment View Source

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() View Source
t() :: %Mix.Releases.Environment{
  name: atom(),
  profile: Mix.Releases.Profile.t()
}

Link to this section Functions

Creates a new Environment with the given name