mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
Add ssh native to templates
This commit is contained in:
parent
f868b23a37
commit
d36fe64704
@ -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', []);
|
||||
|
@ -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', []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user