Function lal::publish
[−]
[src]
pub fn publish<T: Backend + ?Sized>(
name: &str,
backend: &T,
env: Option<&str>
) -> LalResult<()>
Publish a release build to the storage backend
Meant to be done after a lal build -r <component>
and requires publish credentials in the local Config
.