refactor(application-deployment): streamline post-deployment process by always dispatching container status check

This commit is contained in:
Andras Bacsai 2025-05-30 10:09:25 +02:00
parent 9f06e7193e
commit aa0e32a20d

View file

@ -361,9 +361,7 @@ private function decide_what_to_do()
private function post_deployment()
{
if ($this->server->isProxyShouldRun()) {
GetContainersStatus::dispatch($this->server);
}
GetContainersStatus::dispatch($this->server);
$this->next(ApplicationDeploymentStatus::FINISHED->value);
if ($this->pull_request_id !== 0) {
if ($this->application->is_github_based()) {