Forked from bfodeke/Add local .drush folder as a mount to vagrant
Created
October 25, 2016 14:31
-
-
Save shrop/2c08bbb015bcbb199f25fded1afe1b1c to your computer and use it in GitHub Desktop.
Adding local .drush folder as a mount to vagrant drush
This file contains hidden or 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
// Add a sync folder to sync local drush folder to the vm. | |
vagrant_synced_folders: | |
- local_path: ~/.drush | |
destination: /home/vagrant/.drush | |
type: nfs | |
create: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment