Open craigmdennis opened 9 years ago
You need to change method
to deploy_method
.
Example:
activate :deploy do |deploy|
deploy.deploy_method = :git
end
You also need to be using the pre release version. https://rubygems.org/gems/middleman-deploy/versions/2.0.0.pre.alpha
(It looks like you are using a development version, which will work to, but just to be sure I mentioned it).
I've got my Gem pointing to master but still getting the following errors