Skip to content
New issue

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

Add support for Vagrant VM #29

Open
la521o opened this issue Jan 29, 2015 · 2 comments
Open

Add support for Vagrant VM #29

la521o opened this issue Jan 29, 2015 · 2 comments

Comments

@la521o
Copy link

la521o commented Jan 29, 2015

Could this be as simple as adding the ssh_host option for local environment?

Currently I'd have to manually ssh into vagrant, cd into theme directory where my gruntfile.js is located and run commands to push & pull database.

@la521o
Copy link
Author

la521o commented Jan 29, 2015

Actually I think this works right out of the box. Not sure why I thought it's not possible to add ssh_host for local.

@winstromming
Copy link

ssh_host takes arguments. For example, I'm using it with vagrant and am able to connect fine like this:

"ssh_host:" "-i .vagrant/machines/default/virtualbox/private_key -p 2222 vagrant@localhost",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants