-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defining custom docroot for Drupal VM in project.local.yml. (#172)
* Defining custom docroot for Drupal VM in project.local.yml. * Fixing local:sync target. * Improving vm:init modification of project.local.yml. * Fixing tests for vm:init. * Adding placeholder value to example.project.local.yml.
- Loading branch information
Showing
7 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Override any settings as necessary by copying to project.local.yml | ||
project: | ||
local: | ||
protocol: http | ||
hostname: mysite.dev | ||
#project: | ||
# local: | ||
# protocol: http | ||
# hostname: mysite.dev | ||
|
||
drush: | ||
# You can set custom project aliases in drush/site-aliases/aliases.drushrc.php. | ||
aliases: | ||
# The local environment against which all local drush commands are run. | ||
local: local.mysite.dev | ||
# You can set custom project aliases in drush/site-aliases/aliases.drushrc.php. | ||
# All local:* targets are run against drush.aliases.local. | ||
#drush: | ||
# aliases: | ||
# local: local.mysite.dev | ||
example: value |
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