Update Drush to Drush 9
This commit is contained in:
parent
1dd24be3fd
commit
fa10064401
11 changed files with 37 additions and 0 deletions
3
drush/drush.yml
Normal file
3
drush/drush.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
options:
|
||||||
|
uri: "http://agaric-com.test"
|
||||||
|
root: "/var/www/drutopia/web"
|
3
drush/sites/.checksums/agaric-com-vm.site.md5
Normal file
3
drush/sites/.checksums/agaric-com-vm.site.md5
Normal file
|
@ -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
|
3
drush/sites/.checksums/agaric-com.site.md5
Normal file
3
drush/sites/.checksums/agaric-com.site.md5
Normal file
|
@ -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
|
3
drush/sites/.checksums/dev.site.md5
Normal file
3
drush/sites/.checksums/dev.site.md5
Normal file
|
@ -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
|
3
drush/sites/.checksums/test.site.md5
Normal file
3
drush/sites/.checksums/test.site.md5
Normal file
|
@ -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
|
3
drush/sites/.checksums/www-agaric-com.site.md5
Normal file
3
drush/sites/.checksums/www-agaric-com.site.md5
Normal file
|
@ -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
|
2
drush/sites/agaric-com-vm.site.yml
Normal file
2
drush/sites/agaric-com-vm.site.yml
Normal file
|
@ -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.
|
3
drush/sites/agaric-com.site.yml
Normal file
3
drush/sites/agaric-com.site.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
test:
|
||||||
|
root: /var/www/drutopia//web
|
||||||
|
uri: agaric-com.test
|
3
drush/sites/dev.site.yml
Normal file
3
drush/sites/dev.site.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
dev:
|
||||||
|
root: /var/www/drutopia/web
|
||||||
|
uri: 'http://agaric-com.test/'
|
8
drush/sites/test.site.yml
Normal file
8
drush/sites/test.site.yml
Normal file
|
@ -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
|
3
drush/sites/www-agaric-com.site.yml
Normal file
3
drush/sites/www-agaric-com.site.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
test:
|
||||||
|
root: /var/www/drutopia//web
|
||||||
|
uri: www.agaric-com.test
|
Loading…
Reference in a new issue