$platform, 'web_host' => drush_get_option('web_host'), 'web_ip' => drush_get_option('web_ip'), 'db_host' => drush_get_option('db_host'))); } /** * Delete the old site directory and recreate the settings file */ function drush_provision_drupal_post_provision_migrate($url) { drush_set_option('installed', FALSE); _provision_drupal_delete_aliases(drush_get_option('aliases', array())); _provision_recursive_delete(drush_get_option('sites_path') ."/$url"); }