Newer
Older

jurgenhaas
committed
<?php
$aliases['dev'] = array(
'root' => '/var/www/html/{{ webRoot }}',
'uri' => '{{ projectname }}.docker.localhost:8000',

jurgenhaas
committed
);
$aliases['live'] = array(
'root' => '',
'uri' => '',
'remote-host' => '',
'remote-user' => '',
);