admataz
8/13/2015 - 1:41 PM

Drush alias for vagrant server

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'
  );
  
  ?>