Link drush example file
This commit is contained in:
parent
f8b5b4b75c
commit
a49978a373
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Create a new site (member entry) per instructions in Drutopia hosting, and use `
|
||||||
|
|
||||||
### Configure drush aliases
|
### Configure drush aliases
|
||||||
|
|
||||||
The drush site aliases file can be used to provide easy access to the live/test instances of a site. From the root of your project directory (e.g. `agaric/sites/example/`), you may create one with:
|
The [drush site aliases file](https://github.com/drush-ops/drush/blob/9.5.x/examples/example.site.yml) can be used to provide easy access to the live/test instances of a site. From the root of your project directory (e.g. `agaric/sites/example/`), you may create one with:
|
||||||
|
|
||||||
```
|
```
|
||||||
MY_SITE="example-com"
|
MY_SITE="example-com"
|
||||||
|
|
Loading…
Reference in a new issue