Method: Chulai::CLI#deploy

Defined in:
lib/chulai/cli.rb

#deployObject



11
12
13
14
15
16
17
18
19
20
# File 'lib/chulai/cli.rb', line 11

def deploy
  base = Base.new
  base.gemfile
  base.
  base.ssh_key
  base.ssh_config
  base.push
  base.deploy
  base.open
end