mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 20:50:18 +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(){
|
protected function runRollbackTask(){
|
||||||
|
$this->getConfig()->reload();
|
||||||
$hosts = $this->getConfig()->getHosts();
|
$hosts = $this->getConfig()->getHosts();
|
||||||
|
|
||||||
if (count($hosts) == 0) {
|
if (count($hosts) == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user