View Source Horizon.Ops.Target (horizon v0.1.3)

ADT for Horizon.Ops deployment targets

Summary

Types

@type content_type() :: :template | :static
@type key() ::
  :bsd_install
  | :bsd_install_args
  | :bsd_install_script
  | :horizon_helpers
  | :stage
  | :build
  | :build_script
  | :deploy
  | :deploy_script
  | :rc_d
@type t() :: %Horizon.Ops.Target{
  executable?: boolean(),
  key: key(),
  type: content_type()
}

Functions

@spec is_static?(t()) :: boolean()
@spec is_template?(t()) :: boolean()