Skip to content

Instantly share code, notes, and snippets.

@chrissnyder2337
Created January 20, 2016 19:29
Show Gist options
  • Save chrissnyder2337/7ed93bfd439562b4e937 to your computer and use it in GitHub Desktop.
Save chrissnyder2337/7ed93bfd439562b4e937 to your computer and use it in GitHub Desktop.
<?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