Update application deployment and version numbers

This commit is contained in:
Andras Bacsai
2023-11-14 19:29:59 +01:00
parent 087bfcad08
commit f176247b02
4 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
$this->customRepository = $this->application->git_repository;
}
try {
if ($this->restart_only) {
if ($this->restart_only && $this->application->build_pack !== 'dockerimage') {
$this->just_restart();
} else if ($this->application->dockerfile) {
$this->deploy_simple_dockerfile();