mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
Set http_user for travis
This commit is contained in:
parent
c28292e097
commit
1669ee3552
@ -13,12 +13,16 @@ require 'recipe/common.php';
|
||||
// Configuration
|
||||
|
||||
set('repository', __DIR__ . '/../fixture/repository');
|
||||
set('http_user', getenv('USER'));
|
||||
|
||||
set('shared_files', [
|
||||
'app/config/parameters.yml',
|
||||
]);
|
||||
|
||||
set('shared_dirs', [
|
||||
'app/logs',
|
||||
]);
|
||||
|
||||
set('writable_dirs', [
|
||||
'app/cache',
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user