diff --git a/drush/drush.yml b/drush/drush.yml new file mode 100644 index 0000000..7f0ffb3 --- /dev/null +++ b/drush/drush.yml @@ -0,0 +1,3 @@ +options: + uri: "http://agaric-com.test" + root: "/var/www/drutopia/web" diff --git a/drush/sites/.checksums/agaric-com-vm.site.md5 b/drush/sites/.checksums/agaric-com-vm.site.md5 new file mode 100644 index 0000000..4ba01f6 --- /dev/null +++ b/drush/sites/.checksums/agaric-com-vm.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file agaric-com-vm.site.yml. +# Delete this checksum file or modify agaric-com-vm.site.yml to prevent further updates to it. +803cc897046ce4422a5628c88a6530d7 \ No newline at end of file diff --git a/drush/sites/.checksums/agaric-com.site.md5 b/drush/sites/.checksums/agaric-com.site.md5 new file mode 100644 index 0000000..af5f546 --- /dev/null +++ b/drush/sites/.checksums/agaric-com.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file agaric-com.site.yml. +# Delete this checksum file or modify agaric-com.site.yml to prevent further updates to it. +20a4843ce00160519d65c2b95af6e93d \ No newline at end of file diff --git a/drush/sites/.checksums/dev.site.md5 b/drush/sites/.checksums/dev.site.md5 new file mode 100644 index 0000000..1a25b2b --- /dev/null +++ b/drush/sites/.checksums/dev.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file dev.site.yml. +# Delete this checksum file or modify dev.site.yml to prevent further updates to it. +b40b85df89e92671805321f36aed4b2c \ No newline at end of file diff --git a/drush/sites/.checksums/test.site.md5 b/drush/sites/.checksums/test.site.md5 new file mode 100644 index 0000000..2469828 --- /dev/null +++ b/drush/sites/.checksums/test.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file test.site.yml. +# Delete this checksum file or modify test.site.yml to prevent further updates to it. +9b18b11dbee37c8d757cdb559107c438 \ No newline at end of file diff --git a/drush/sites/.checksums/www-agaric-com.site.md5 b/drush/sites/.checksums/www-agaric-com.site.md5 new file mode 100644 index 0000000..350614e --- /dev/null +++ b/drush/sites/.checksums/www-agaric-com.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file www-agaric-com.site.yml. +# Delete this checksum file or modify www-agaric-com.site.yml to prevent further updates to it. +1c0160a3cfebe0f49df681a7dddd4181 \ No newline at end of file diff --git a/drush/sites/agaric-com-vm.site.yml b/drush/sites/agaric-com-vm.site.yml new file mode 100644 index 0000000..391bf5b --- /dev/null +++ b/drush/sites/agaric-com-vm.site.yml @@ -0,0 +1,2 @@ +# This is a placeholder file used to track when agaric-com-vm.aliases.drushrc.php was converted. +# If you delete agaric-com-vm.aliases.drushrc.php, then you may delete this file. \ No newline at end of file diff --git a/drush/sites/agaric-com.site.yml b/drush/sites/agaric-com.site.yml new file mode 100644 index 0000000..0976ad8 --- /dev/null +++ b/drush/sites/agaric-com.site.yml @@ -0,0 +1,3 @@ +test: + root: /var/www/drutopia//web + uri: agaric-com.test diff --git a/drush/sites/dev.site.yml b/drush/sites/dev.site.yml new file mode 100644 index 0000000..8f746a3 --- /dev/null +++ b/drush/sites/dev.site.yml @@ -0,0 +1,3 @@ +dev: + root: /var/www/drutopia/web + uri: 'http://agaric-com.test/' diff --git a/drush/sites/test.site.yml b/drush/sites/test.site.yml new file mode 100644 index 0000000..6e7ca92 --- /dev/null +++ b/drush/sites/test.site.yml @@ -0,0 +1,8 @@ +dev: + host: elizabeth.mayfirst.org + paths: + drush: /home/agaric_test/site/vendor/drush/drush + drush-script: /home/agaric_test/site/vendor/bin/drush + root: /home/agaric_test/site/web + uri: 'https://agaric-test.drutopia.org' + user: agaric_test diff --git a/drush/sites/www-agaric-com.site.yml b/drush/sites/www-agaric-com.site.yml new file mode 100644 index 0000000..4bfc44e --- /dev/null +++ b/drush/sites/www-agaric-com.site.yml @@ -0,0 +1,3 @@ +test: + root: /var/www/drutopia//web + uri: www.agaric-com.test