Skip to main content

copy_closure

Function copy_closure 

Source
pub fn copy_closure(store_path: &str, store_uri: &str) -> Result<()>
Expand description

Copy a single closure to a remote store.

Uses --no-check-sigs because locally-built closures aren’t signed by a key the remote trusts. We’re deploying as root over SSH, so the trust boundary is the SSH connection itself.