diff --git a/Mage/Command/BuiltIn/DeployCommand.php b/Mage/Command/BuiltIn/DeployCommand.php index e412d92..bbff2b6 100644 --- a/Mage/Command/BuiltIn/DeployCommand.php +++ b/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) {