Skip to content

Commit d5be00d

Browse files
committed
chore: Add ApplicationDeploymentJob and pint.json
1 parent 8b95b3c commit d5be00d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/Jobs/ApplicationDeploymentJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ private function decide_what_to_do()
316316
{
317317
if ($this->restart_only) {
318318
$this->just_restart();
319+
319320
return;
320321
} elseif ($this->pull_request_id !== 0) {
321322
$this->deploy_pull_request();

pint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"preset": "laravel"
3+
}

0 commit comments

Comments
 (0)