Module: Kamal::Commands::App::Proxy

Included in:
Kamal::Commands::App
Defined in:
lib/kamal/commands/app/proxy.rb

Instance Method Summary collapse

Instance Method Details

#deploy(target:) ⇒ Object



4
5
6
# File 'lib/kamal/commands/app/proxy.rb', line 4

def deploy(target:)
  proxy_exec :deploy, role.container_prefix, *role.proxy.deploy_command_args(target: target)
end

#removeObject



8
9
10
# File 'lib/kamal/commands/app/proxy.rb', line 8

def remove
  proxy_exec :remove, role.container_prefix
end