Meridian::Deploy::Plan
Constructors
from(config : Config::DeployConfig) : Plan
Sourcenew(service : String, default_image : String, transfer_mode : Config::TransferMode | Nil, registry : Config::RegistryConfig | Nil, boot : Config::BootConfig, ssh_user : String, roles : Array(RolePlan), clear_env : Hash(String, String), secrets : Array(String), hooks : HooksPlan, files : Array(FilePlan), assets : AssetsPlan | Nil, accessories : Array(AccessoryPlan))
SourceInstance methods
accessories
Sourceassets
Sourceboot
Sourceclear_env
Sourcedefault_image
Sourcefiles
Sourcehooks
Sourceregistry
Sourceroles
Sourcesecrets
Sourceservice
Sourcessh_user
Sourcetransfer_mode
Source