Skip to content
Snippets Groups Projects
Commit a2d41347 authored by jurgenhaas's avatar jurgenhaas
Browse files

#34 Remove aliases.drushrc.php as it was used by older drush versions only

parent c7f4b1c6
Branches
Tags v3.2.3
No related merge requests found
......@@ -170,9 +170,6 @@ class Handler extends BaseHandler {
'dest' => $projectRoot,
'add2yaml' => TRUE,
],
'aliases.drushrc.php' => [
'dest' => $projectRoot . '/drush',
],
'drushrc.php' => [
'dest' => $projectRoot . '/drush',
],
......
<?php
$aliases['dev'] = array(
'root' => '/var/www/html/{{ webRoot }}',
'uri' => '{{ projectname }}.docker.localhost:8000',
);
$aliases['live'] = array(
'root' => '{{ live.root }}',
'uri' => '{{ live.uri }}',
'remote-host' => '{{ live.host }}',
'remote-user' => '{{ live.user }}',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment