fix: deployment queue

fix: cancel deployment
ui: changed to simpler toaster
This commit is contained in:
Andras Bacsai
2024-01-25 11:57:47 +01:00
parent 0c5e8600bd
commit 7a7157c155
10 changed files with 499 additions and 113 deletions

View File

@@ -381,7 +381,7 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
}
private function just_restart()
{
$this->application_deployment_queue->addLogEntry("Starting deployment of {$this->customRepository}:{$this->application->git_branch}.'");
$this->application_deployment_queue->addLogEntry("Starting deployment of {$this->customRepository}:{$this->application->git_branch}.");
$this->prepare_builder_image();
$this->check_git_if_build_needed();
$this->set_base_dir();