Add live drush alias
This commit is contained in:
parent
f944b7e9f4
commit
6c88ef076f
2 changed files with 16 additions and 0 deletions
8
drush/sites/live.site.yml
Normal file
8
drush/sites/live.site.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
live:
|
||||||
|
host: elizabeth.mayfirst.org
|
||||||
|
paths:
|
||||||
|
drush: /home/geo_live/site/vendor/drush/drush
|
||||||
|
drush-script: /home/geo_live/site/vendor/bin/drush
|
||||||
|
root: /home/geo_live/site/web
|
||||||
|
uri: 'https://geo-live.drutopia.org'
|
||||||
|
user: geo_live
|
8
drush/sites/test.site.yml
Normal file
8
drush/sites/test.site.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
test:
|
||||||
|
host: elizabeth.mayfirst.org
|
||||||
|
paths:
|
||||||
|
drush: /home/geo_test/site/vendor/drush/drush
|
||||||
|
drush-script: /home/geo_test/site/vendor/bin/drush
|
||||||
|
root: /home/geo_test/site/web
|
||||||
|
uri: 'https://geo-test.drutopia.org'
|
||||||
|
user: geo_test
|
Loading…
Add table
Reference in a new issue