<?php /** * This file should be placed on the live server at: * ~/.drush/mysite.aliases.drushrc.php */ // Live site $aliases["live"] = array ( 'root' => '/path/to/drupal/root', 'uri' => 'live.mysite.com', );