Akd v0.1.4 Akd.Deployment View Source

This module encapsulates a Deployment struct which contains information such as environment, build environment, publish environment, name of the app, app’s version and release path.

Link to this section Summary

Types

t()

Generic type for a Deployment struct

Link to this section Types

Link to this type t() View Source
t() :: %Akd.Deployment{app_env: String.t(), appname: Atom.t(), build_env: Akd.Destination.t(), cleanup: [Akd.Hook.t()], hooks: [Akd.Hook.t()], publish_env: Akd.Destination.t(), release: Akd.Destination.t() | nil, version: String.t()}

Generic type for a Deployment struct