Skip to content

Instantly share code, notes, and snippets.

@roberttdev
Created January 13, 2015 17:52
Show Gist options
  • Save roberttdev/51f05e1f02c4b8eb3c58 to your computer and use it in GitHub Desktop.
Save roberttdev/51f05e1f02c4b8eb3c58 to your computer and use it in GitHub Desktop.
oasis.aliases.drushrc.php
<?php
$aliases['prod'] = array(
'root' => '/srv/www/www.aarweb.org/htdocs',
'uri' => 'www.aarweb.org',
'remote-user' => '[SSH User]',
'remote-host' => '[Remote IP]',
'os' => 'Linux',
'ssh-options' => '-i [PEM file location]'
);
$aliases['local'] = array(
'root' => '/srv/www/www.aarweb.org/htdocs',
'uri' => 'local.aarweb.org',
'os' => 'Linux',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment