Add Drush aliases
This commit is contained in:
parent
4f2f41034f
commit
62e8631833
1 changed files with 14 additions and 0 deletions
14
drush/sites/self.site.yml
Normal file
14
drush/sites/self.site.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
live:
|
||||
host: drutopia.org
|
||||
paths:
|
||||
drush-script: /home/libresaas_org_live/site/vendor/bin/drush
|
||||
root: /home/libresaas_org_live/site/web
|
||||
uri: 'https://libresaas-org-live.drutopia.org/'
|
||||
user: libresaas_org_live
|
||||
test:
|
||||
host: drutopia.org
|
||||
paths:
|
||||
drush-script: /home/libresaas_org_test/site/vendor/bin/drush
|
||||
root: /home/libresaas_org_test/site/web
|
||||
uri: 'https://libresaas-org-test.drutopia.org/'
|
||||
user: libresaas_org_test
|
Loading…
Reference in a new issue