Update drush aliases and remove .php style settings
This commit is contained in:
parent
5bb006e2db
commit
626fa03d5a
4 changed files with 5 additions and 22 deletions
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
$aliases['dev'] = [
|
||||
'root' => '/var/www/drutopia/web',
|
||||
'uri' => 'http://agaric-com.test/',
|
||||
];
|
||||
|
||||
$aliases['test'] = [
|
||||
'root' => '/home/agaric_test/site/web',
|
||||
'uri' => 'https://agaric-test.drutopia.org',
|
||||
'remote-user' => 'agaric_test',
|
||||
'remote-host' => 'elizabeth.mayfirst.org',
|
||||
'path-aliases' => [
|
||||
'%drush' => '/home/agaric_test/site/vendor/drush/drush',
|
||||
'%drush-script' => '/home/agaric_test/site/vendor/bin/drush',
|
||||
],
|
||||
];
|
|
@ -1,4 +0,0 @@
|
|||
<?php
|
||||
|
||||
$options['l'] = 'http://agaric-com.test';
|
||||
$options['r'] = '/var/www/drutopia/web';
|
|
@ -1,4 +1,4 @@
|
|||
dev:
|
||||
test:
|
||||
host: elizabeth.mayfirst.org
|
||||
paths:
|
||||
drush: /home/agaric_test/site/vendor/drush/drush
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue