From d6e12556e6770f0bcd15974e3f2cb542008e636c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 23 Jan 2025 14:07:13 +0100 Subject: [PATCH] feat: restart messenger after deployment --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 3fd3725..54ca658 100644 --- a/deploy.php +++ b/deploy.php @@ -107,7 +107,7 @@ task('deploy', [ 'deploy:publish', 'cachetool:clear:opcache', // 'deploy:thumbnails', -// 'deploy:stop-workers', + 'deploy:stop-workers', ]); task('deploy:stop-workers', function () {