Class: Solo

Inherits:
Thor
  • Object
show all
Defined in:
lib/labs-deployer.rb

Instance Method Summary collapse

Instance Method Details

#packageObject



21
22
23
24
25
26
# File 'lib/labs-deployer.rb', line 21

def package
  @config = VoxeoLabs::Config.new(Dir.pwd)
  #get_dependencies
  pkg = package_files
  upload_cookbooks(pkg)
end