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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
ssh_host takes arguments. For example, I'm using it with vagrant and am able to connect fine like this:
ssh_host
"ssh_host:" "-i .vagrant/machines/default/virtualbox/private_key -p 2222 vagrant@localhost",
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: