fix: restart should not update config hash
This commit is contained in:
parent
cc1fb83c79
commit
3a391b69e8
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ public function handle(): void
|
||||||
dispatch(new ContainerStatusJob($this->server));
|
dispatch(new ContainerStatusJob($this->server));
|
||||||
}
|
}
|
||||||
$this->next(ApplicationDeploymentStatus::FINISHED->value);
|
$this->next(ApplicationDeploymentStatus::FINISHED->value);
|
||||||
$this->application->isConfigurationChanged(true);
|
$this->application->isConfigurationChanged(false);
|
||||||
return;
|
return;
|
||||||
} else if ($this->application->dockerfile) {
|
} else if ($this->application->dockerfile) {
|
||||||
$this->deploy_simple_dockerfile();
|
$this->deploy_simple_dockerfile();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue