distillery v2.0.0-rc.1 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

Creates a new Environment with the given name