Created
March 12, 2015 01:26
-
-
Save welly/30687db6695733e9eb56 to your computer and use it in GitHub Desktop.
drush alias entry for vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$aliases['site.vm'] = array( | |
'env' => 'dev', | |
'site' => 'site', | |
'uri' => 'site.vm', | |
'root' => '/vagrant/www', | |
'remote-host' => 'site.vm', | |
'remote-user' => 'vagrant', | |
'ssh-options' => '-i ~/Clients/site/puphpet/files/dot/ssh/id_rsa', | |
'command-specific' => array( | |
'sql-dump' => array( | |
'gzip' => TRUE, | |
'result-file' => '/vagrant/sql_dumps/@[email protected]', | |
), | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment