Skip to content

Commit

Permalink
refactor: Add log entry when starting new application deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 31, 2024
1 parent ccde90e commit 0445052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ApplicationDeploymentJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit 0445052

Please sign in to comment.