Created
January 20, 2016 19:29
-
-
Save chrissnyder2337/7ed93bfd439562b4e937 to your computer and use it in GitHub Desktop.
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
<?php | |
$aliases['ausa.local'] = array( | |
'uri' => 'ausa.local', | |
'root' => '/var/www/ausa.local/web', | |
); | |
$aliases['ausa.utdev.com'] = array( | |
'uri' => 'ausa.utdev.com', | |
'root' => '/srv/www/ausa.utdev.com/web', | |
'remote-host' => 'ausa.utdev.com', | |
'remote-user' => 'utadmin', | |
'ssh-options' => '', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment