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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -21,6 +21,10 @@ vendor/
|
||||||
## Ignore folder for SQL dumps
|
## Ignore folder for SQL dumps
|
||||||
/sql
|
/sql
|
||||||
|
|
||||||
|
## Ignore other template-built files:
|
||||||
|
drush/sites/local.site.yml
|
||||||
|
drush/drush.yml
|
||||||
|
|
||||||
## What you CAN commit:
|
## What you CAN commit:
|
||||||
# config
|
# config
|
||||||
# web/themes/custom/*/templates
|
# web/themes/custom/*/templates
|
||||||
|
|
|
@ -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
|
host: elizabeth.mayfirst.org
|
||||||
paths:
|
paths:
|
||||||
drush: /home/agaric_test/site/vendor/drush/drush
|
drush: /home/agaric_test/site/vendor/drush/drush
|
||||||
|
|
Loading…
Reference in a new issue