chore: Add ApplicationDeploymentJob and pint.json
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user