lib/awestruct/cli/deploy.rb in awestruct-0.4.6 vs lib/awestruct/cli/deploy.rb in awestruct-0.4.7
- old
+ new
@@ -29,10 +29,10 @@
$stderr.puts "Deployers available for #{::Awestruct::Deployers.instance.collect {|k,v| "#{v} (#{k})"}.join(', ')}"
return
end
deployer = deployer_class.new( site_config, deploy_config )
- deployer.run
+ deployer.run(deploy_config)
end
private
def is_github?
deploy_config['host'].to_s == 'github_pages' || deploy_config['host'].to_s == 'github_pages'