From b924b922409b6204dd3f691b5ad0342b11831409 Mon Sep 17 00:00:00 2001 From: Alex V Kotelnikov Date: Fri, 31 Oct 2014 00:03:31 +0400 Subject: [PATCH] added config reload @ after rollback exception --- Mage/Command/BuiltIn/DeployCommand.php | 1 + 1 file changed, 1 insertion(+) 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) {