refactor: Add log entry when starting new application deployment

This commit is contained in:
Andras Bacsai 2024-05-31 12:07:42 +02:00
parent ccde90ea91
commit 0445052898

View File

@ -407,7 +407,7 @@ private function deploy_docker_compose_buildpack()
} }
$this->stop_running_container(force: true); $this->stop_running_container(force: true);
$this->application_deployment_queue->addLogEntry("Starting new application.");
$networkId = $this->application->uuid; $networkId = $this->application->uuid;
if ($this->pull_request_id !== 0) { if ($this->pull_request_id !== 0) {
$networkId = "{$this->application->uuid}-{$this->pull_request_id}"; $networkId = "{$this->application->uuid}-{$this->pull_request_id}";