Skip to content

Instantly share code, notes, and snippets.

@jessehs
Created January 25, 2014 23:26
Show Gist options
  • Save jessehs/8625434 to your computer and use it in GitHub Desktop.
Save jessehs/8625434 to your computer and use it in GitHub Desktop.
<?php
/**
* @file aliases.drushrc.php
*/
$aliases['drupal8'] = array(
'uri' => 'drupalimp.localhost',
'root' => '/path/to/project/drupal8',
);
// Now you can use the command `drush use @drupal8` to set the site.
// Or you can preface the drush command like `drush @drupal8 [command]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment