We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying to Vagrant couldn't be a built-in mina task? Like mina vagrant:deploy?
mina
mina vagrant:deploy
It may use vagrant ssh-config to retrieve the access credentials. The user should just set the :deploy_to variable in these cases.
vagrant ssh-config
:deploy_to
Or there is some other way to deploy to a Vagrant box?
The text was updated successfully, but these errors were encountered:
Lol, I've started to use Vagrant and sharing folders is what I needed. http://docs.vagrantup.com/v1/docs/config/vm/share_folder.html
Sorry to bother. :)
Sorry, something went wrong.
No branches or pull requests
Deploying to Vagrant couldn't be a built-in
mina
task? Likemina vagrant:deploy
?It may use
vagrant ssh-config
to retrieve the access credentials. The user should just set the:deploy_to
variable in these cases.Or there is some other way to deploy to a Vagrant box?
The text was updated successfully, but these errors were encountered: