diff --git a/shellscripts/convert_projects_2_rollout-plugins.php b/shellscripts/convert_projects_2_rollout-plugins.php
index 48535893c9eea1412a71a1f1d1ca60463ae41b19..9476346d4e46bd9fa236a90d6e1a9cb37738fd54 100644
--- a/shellscripts/convert_projects_2_rollout-plugins.php
+++ b/shellscripts/convert_projects_2_rollout-plugins.php
@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) {
                     $aCfg['deploy']['enabled_rollout_plugin']='ssh';
                     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'];
+                    echo "  - set phases -> $sPhase -> deploymethod => rolloutplugin \n";
+                    $aCfg['phases'][$sPhase]['deploymethod']='rolloutplugin';
                 }
             }
             if(!$bSave){