Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -1099,6 +1099,9 @@ fi
|
||||
log_step "Restarting queue workers"
|
||||
"$PHP_BIN" artisan queue:restart || true
|
||||
|
||||
log_step "Restarting Horizon workers"
|
||||
"$PHP_BIN" artisan horizon:terminate >/dev/null 2>&1 || true
|
||||
|
||||
if [[ "${SKIP_SSR_RESTART:-0}" -eq 0 ]]; then
|
||||
log_step "Restarting Inertia SSR server"
|
||||
restart_ssr_with_artisan() {
|
||||
|
||||
Reference in New Issue
Block a user