Skip to content

Commit

Permalink
Update multisite.md (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Feb 22, 2017
1 parent 10efa8f commit aece646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/multisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Start by setting `$site_dir` in each site's settings.php, prior to the `blt.sett

$site_dir = 'example.com';

You will also need to define your multisites in `blt/project.yml` by creating a `multisite.name` variable. This allows BLT to run setup and deployment tasks for each site in the codebase.
You also have the option to define your multisites in `blt/project.yml` by creating a `multisite.name` variable. This allows BLT to run setup and deployment tasks for each site in the codebase. If you don't manually define this variable, BLT will automatically set it based on discovered multisite directories.

multisite:
name:
Expand Down

0 comments on commit aece646

Please sign in to comment.