Skip to content

Commit 473ccde

Browse files
committed
Trigger site check after update
1 parent 16beb7e commit 473ccde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Jobs/UpdateSite.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ protected function performExtraction(PrepareUpdate $prepareResult): void
173173
'new_version' => $this->targetVersion,
174174
'result' => true
175175
]);
176+
177+
// Trigger site health check to write the update version back to the db
178+
CheckSiteHealth::dispatch($this->site);
176179
}
177180

178181
public function failed(\Exception $exception): void

0 commit comments

Comments
 (0)