struct

Meridian::Deploy::Plan

Inherits Struct < Value < Object

Constructors

from(config : Config::DeployConfig) : Plan
Source
new(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))
Source

Instance methods

accessories
Source
assets
Source
boot
Source
clear_env
Source
default_image
Source
files
Source
hooks
Source
registry
Source
roles
Source
secrets
Source
service
Source
ssh_user
Source
transfer_mode
Source