Created
January 25, 2014 23:26
-
-
Save jessehs/8625434 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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