chore: Add ApplicationDeploymentJob and pint.json
This commit is contained in:
parent
8b95b3c1bf
commit
d5be00d29d
2 changed files with 4 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ private function decide_what_to_do()
|
|||
{
|
||||
if ($this->restart_only) {
|
||||
$this->just_restart();
|
||||
|
||||
return;
|
||||
} elseif ($this->pull_request_id !== 0) {
|
||||
$this->deploy_pull_request();
|
||||
|
|
|
|||
3
pint.json
Normal file
3
pint.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"preset": "laravel"
|
||||
}
|
||||
Loading…
Reference in a new issue