Skip to main content

Module transport

Module transport 

Source
Expand description

Shipping a source tree to its deploy target.

A Transport takes files that are ready to ship and puts them on the server. Today the only one is RsyncTransport (rsync over SSH with the server host key pinned). A git-smart-HTTP transport can implement the same trait later without changing any callers.

Structs§

RsyncTransport
rsync over SSH with the server’s host key pinned (see known_hosts).

Traits§

Transport
Ships a source tree to its deploy target.