Class: Wukong::Deploy::RakeRunner
- Inherits:
-
Runner
- Object
- Runner
- Wukong::Deploy::RakeRunner
- Includes:
- Logging
- Defined in:
- lib/wukong-deploy/rake_runner.rb
Overview
A Runner class for booting up the environment within a Rake task.
Instance Method Summary collapse
-
#load ⇒ Object
Load tasks that come with Wukong-Deploy.
-
#run ⇒ Object
Run the requested action.
Instance Method Details
#load ⇒ Object
Load tasks that come with Wukong-Deploy.
11 12 13 14 15 16 |
# File 'lib/wukong-deploy/rake_runner.rb', line 11 def load super() load_rspec_tasks load_generic_deploy_pack_tasks load_this_deploy_packs_tasks end |
#run ⇒ Object
Run the requested action.
19 20 |
# File 'lib/wukong-deploy/rake_runner.rb', line 19 def run end |