Classes: Deployer
'0.4.3'.freeze
5 6 7 8
# File 'lib/heroku_rails_deploy.rb', line 5 def self.deploy(root_dir, args) config_file = File.join(root_dir, 'config', 'heroku.yml') Deployer.new(config_file, args).run end