refactor: Add log entry when starting new application deployment
This commit is contained in:
parent
ccde90ea91
commit
0445052898
@ -407,7 +407,7 @@ private function deploy_docker_compose_buildpack()
|
||||
}
|
||||
|
||||
$this->stop_running_container(force: true);
|
||||
|
||||
$this->application_deployment_queue->addLogEntry("Starting new application.");
|
||||
$networkId = $this->application->uuid;
|
||||
if ($this->pull_request_id !== 0) {
|
||||
$networkId = "{$this->application->uuid}-{$this->pull_request_id}";
|
||||
|
Loading…
Reference in New Issue
Block a user