As it seems that nobody has yet released a plugin that makes the new vagrant 
push command work with capistrano, I have written that plugin 
(https://github.com/mfenner/vagrant-capistrano-push 
<https://github.com/mfenner/vagrant-capistrano-push>), and you can install it 
with "vagrant plugin install vagrant-capistrano-push“ (there is already a 
vagrant-capistrano plugin, therefore the long name).

Currently stage is the only configuration option, e.g. the following in your 
Vagrantfile:

config.push.define "production", strategy: "capistrano" do |push|
  push.stage = "production“
end

And then „vagrant push production“. I have written ruby gems before, but this 
is my first vagrant plugin, so this needs some polish. Most importantly I want 
to echo the capistrano stdout output, but I also want to add a few more 
configuration options. Feedback welcomed.

Best,

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to