Class: LLT::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/llt/cli.rb

Constant Summary collapse

BASE_DIR =
File.expand_path('../../..', __FILE__)

Instance Method Summary collapse

Instance Method Details

#deployObject



17
18
19
20
21
22
23
24
# File 'lib/llt/cli.rb', line 17

def deploy
  inside BASE_DIR do
    update_gems(llt_gems)
    run_warbler
    deploy_to_tomcat(options)
    reseed_prometheus_stems(options)
  end
end