* errorhandler and baspath helper configs added
* extra fields in db
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user