Skip to content

Instantly share code, notes, and snippets.

@admataz
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save admataz/fcce6d7f3dffbfd060d5 to your computer and use it in GitHub Desktop.

Select an option

Save admataz/fcce6d7f3dffbfd060d5 to your computer and use it in GitHub Desktop.
Drush alias for vagrant server
<?php
$aliases['tpzdev'] = array(
'uri' => '192.168.33.10',
'root' => '/var/www/html',
'remote-host' => '192.168.33.10',
'remote-user' => 'vagrant',
'ssh-options' => '-i /path/to/insecure/vagrantvm/private_key'
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment