Skip to content
Snippets Groups Projects
aliases.drushrc.php.twig 298 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    $aliases['dev'] = array(
      'root' => '/var/www/html/{{ webRoot }}',
    
      'uri' => '{{ projectname }}.docker.localhost:8000',
    
      'root' => '{{ live.root }}',
      'uri' => '{{ live.uri }}',
      'remote-host' => '{{ live.host }}',
      'remote-user' => '{{ live.user }}',