Class: Wukong::Deploy::RakeRunner

Inherits:
Runner
  • Object
show all
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

Instance Method Details

#loadObject

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

#runObject

Run the requested action.



19
20
# File 'lib/wukong-deploy/rake_runner.rb', line 19

def run
end