Mate.Remote (Mate v0.1.5) View Source

This module stores all information about a remote.

A remote in mate is your server environment, e.g. staging or production.

Link to this section Summary

Functions

Creates a new Mate.Remote stuct with the given id and parameters.

Link to this section Types

Specs

t() :: %Mate.Remote{
  build_path: String.t(),
  build_secrets: map(),
  build_server: String.t(),
  deploy_server: String.t() | [String.t()],
  id: atom(),
  release_path: String.t(),
  server: String.t()
}

Link to this section Functions

Specs

new(id :: atom(), params :: map()) :: t()

Creates a new Mate.Remote stuct with the given id and parameters.