Merge branch 'next' into docker-cleanup-executions-ui

This commit is contained in:
🏔️ Peak
2025-01-16 14:41:23 +01:00
committed by GitHub
25 changed files with 245 additions and 111 deletions

View File

@@ -316,6 +316,10 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
$this->fail($e);
throw $e;
} finally {
$this->application_deployment_queue->update([
'finished_at' => now(),
]);
if ($this->use_build_server) {
$this->server = $this->build_server;
} else {