fix: test new upgrade process?

This commit is contained in:
Andras Bacsai
2024-05-28 15:05:18 +02:00
parent 10d38b709b
commit 397b7fefe3
3 changed files with 27 additions and 50 deletions

View File

@@ -33,7 +33,7 @@ class Upgrade extends Component
}
$this->rateLimit(1, 60);
$this->updateInProgress = true;
UpdateCoolify::run(force: true, async: false);
UpdateCoolify::run();
} catch (\Throwable $e) {
return handleError($e, $this);
}