Add ssh native to templates

This commit is contained in:
Anton Medvedev 2017-02-01 22:05:26 +07:00
parent f868b23a37
commit d36fe64704
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@ require 'recipe/common.php';
// Configuration
set('ssh_type', 'native');
set('ssh_multiplexing', true);
set('repository', 'git@domain.com:username/repository.git');
set('shared_files', []);
set('shared_dirs', []);

View File

@ -21,6 +21,9 @@ require 'recipe/{$this->getRecipe()}.php';
// Configuration
set('ssh_type', 'native');
set('ssh_multiplexing', true);
set('repository', 'git@domain.com:username/repository.git');
add('shared_files', []);