mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix styling
This commit is contained in:
parent
8b95b3c1bf
commit
e63710dfb4
1 changed files with 1 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
|
|||
{
|
||||
if ($this->restart_only) {
|
||||
$this->just_restart();
|
||||
|
||||
return;
|
||||
} elseif ($this->pull_request_id !== 0) {
|
||||
$this->deploy_pull_request();
|
||||
|
|
|
|||
Loading…
Reference in a new issue