* errorhandler and baspath helper configs added

* extra fields in db
This commit is contained in:
Dávid Danyi
2017-02-20 17:40:49 +01:00
parent b260fe78d0
commit e1811d8d8e
4 changed files with 249 additions and 4 deletions

View File

@@ -3,16 +3,19 @@ namespace Deployer;
require 'recipe/common.php';
// Configuration
set('ssh_type', 'native');
set('ssh_multiplexing', true);
set('repository', 'https://gogs.ragnarok.yvan.hu/TSP/daily-ci-api.git');
set('shared_files', [
'config/autoload/local.php',
'config/autoload/doctrine.local.php',
'config/autoload/los-basepath.local.php',
// 'config/autoload/errorhandler.local.php',
]);
//set('shared_dirs', [
// 'data/attachments',
//]);
set('shared_dirs', [
'data/persistent',
]);
set('writable_dirs', []);
set('keep_releases', 3);
set('default_stage', 'production');