diff --git a/drush/sites/self.site.yml b/drush/sites/self.site.yml new file mode 100644 index 0000000..733ecc6 --- /dev/null +++ b/drush/sites/self.site.yml @@ -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