chore: Add ApplicationDeploymentJob and pint.json

This commit is contained in:
Andras Bacsai 2024-06-11 13:17:15 +02:00
parent 8b95b3c1bf
commit d5be00d29d
2 changed files with 4 additions and 0 deletions

View File

@ -316,6 +316,7 @@ private function decide_what_to_do()
{ {
if ($this->restart_only) { if ($this->restart_only) {
$this->just_restart(); $this->just_restart();
return; return;
} elseif ($this->pull_request_id !== 0) { } elseif ($this->pull_request_id !== 0) {
$this->deploy_pull_request(); $this->deploy_pull_request();

3
pint.json Normal file
View File

@ -0,0 +1,3 @@
{
"preset": "laravel"
}