Mate.Remote (Mate v0.1.1) 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

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(),
  storage_path: String.t()
}

Link to this section Functions

Specs

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