Drush alias.
This commit is contained in:
parent
27ccce1e18
commit
ee8416ccc5
1 changed files with 17 additions and 0 deletions
17
drush/portside.aliases.drushrc.php
Normal file
17
drush/portside.aliases.drushrc.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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',
|
||||
],
|
||||
];
|
Loading…
Reference in a new issue