feat: Add manual update option to UpdateCoolify handle method

This commit is contained in:
Andras Bacsai
2024-05-30 19:38:33 +02:00
parent c839cf50af
commit 30a9783348
2 changed files with 15 additions and 13 deletions

View File

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