distillery v2.1.1 Distillery.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() :: %Distillery.Releases.Environment{
  name: atom(),
  profile: Distillery.Releases.Profile.t()
}

Link to this section Functions

Creates a new Environment with the given name