Skip to content
Snippets Groups Projects
Commit c8ae8da6 authored by hahn's avatar hahn
Browse files

set phases -> $sPhase -> deploymethod

parent 9030de49
No related branches found
No related tags found
1 merge request!10set phases -> $sPhase -> deploymethod
...@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) { ...@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) {
$aCfg['deploy']['enabled_rollout_plugin']='ssh'; $aCfg['deploy']['enabled_rollout_plugin']='ssh';
echo " - set hosts for ssh plugin phases -> $sPhase -> plugins -> rollout -> ssh -> hosts = ".$aCfg['phases'][$sPhase]['hosts']."\n"; echo " - set hosts for ssh plugin phases -> $sPhase -> plugins -> rollout -> ssh -> hosts = ".$aCfg['phases'][$sPhase]['hosts']."\n";
$aCfg['phases'][$sPhase]['plugins']['rollout']['ssh']['hosts']=$aCfg['phases'][$sPhase]['hosts']; $aCfg['phases'][$sPhase]['plugins']['rollout']['ssh']['hosts']=$aCfg['phases'][$sPhase]['hosts'];
echo " - set phases -> $sPhase -> deploymethod => rolloutplugin \n";
$aCfg['phases'][$sPhase]['deploymethod']='rolloutplugin';
} }
} }
if(!$bSave){ if(!$bSave){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment