Update drush aliases and remove .php style settings

This commit is contained in:
Chris Thompson 2019-02-20 15:50:26 -05:00
parent 5bb006e2db
commit 626fa03d5a
4 changed files with 5 additions and 22 deletions

4
.gitignore vendored
View file

@ -21,6 +21,10 @@ vendor/
## Ignore folder for SQL dumps
/sql
## Ignore other template-built files:
drush/sites/local.site.yml
drush/drush.yml
## What you CAN commit:
# config
# web/themes/custom/*/templates

View file

@ -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',
],
];

View file

@ -1,4 +0,0 @@
<?php
$options['l'] = 'http://agaric-com.test';
$options['r'] = '/var/www/drutopia/web';

View file

@ -1,4 +1,4 @@
dev:
test:
host: elizabeth.mayfirst.org
paths:
drush: /home/agaric_test/site/vendor/drush/drush