Compiles your project remotely and syncs back build artifacts.

Installation

If available in Hex, the package can be installed by adding remote to your list of dependencies in mix.exs:

def deps do
  [
    {:remote, "~> 0.1.0"}
  ]
end

Usage

Remote uses the SSH adapter as default. Check how to config in docs.