Top Level Namespace

Defined Under Namespace

Modules: AlphaOmega, Bundler, Capistrano, Net

Instance Method Summary collapse

Instance Method Details

#Deploy(config, __file__, &node_filter) ⇒ Object



234
235
236
237
238
239
# File 'lib/alpha_omega/utils.rb', line 234

def Deploy(config, __file__, &node_filter)
  $node_filter = node_filter
  deploy_yaml = File.join(File.expand_path('..', __file__), "config", "deploy.yml") 
  $deploy = YAML.load_file(deploy_yaml)
  AlphaOmega.interesting(config)
end