1 2 3 4 5 6
pub(crate) mod build; pub(crate) use build::*; // Deploy config is a public trait // that can be implemented to call cli::run // with modified deploy logic. pub mod deploy;