refactor(application-deployment): streamline post-deployment process by always dispatching container status check
This commit is contained in:
parent
9f06e7193e
commit
aa0e32a20d
1 changed files with 1 additions and 3 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue