Browse Source

added config reload @ after rollback exception

1.0
Alex V Kotelnikov 10 years ago
parent
commit
b924b92240
  1. 1
      Mage/Command/BuiltIn/DeployCommand.php

1
Mage/Command/BuiltIn/DeployCommand.php

@ -431,6 +431,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
}
protected function runRollbackTask(){
$this->getConfig()->reload();
$hosts = $this->getConfig()->getHosts();
if (count($hosts) == 0) {

Loading…
Cancel
Save