mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02:00
added config reload @ after rollback exception
This commit is contained in:
parent
438a81542e
commit
b924b92240
@ -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…
Reference in New Issue
Block a user