From 29842510c495b8fa40b509a38c109355f3dada63 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 3 Feb 2026 17:41:01 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=87=AA=E5=8B=95=E5=8C=96=E6=AC=8A?= =?UTF-8?q?=E9=99=90=E5=90=8C=E6=AD=A5=E8=88=87=E5=BF=AB=E5=8F=96=E6=B8=85?= =?UTF-8?q?=E7=90=86=E9=82=8F=E8=BC=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e7c044d..2b529a0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -104,6 +104,8 @@ jobs: php artisan migrate --force && php artisan tenants:migrate --force && php artisan db:seed --force && + php artisan tenants:run db:seed --class=PermissionSeeder --force && + php artisan permission:cache-reset && php artisan optimize:clear && php artisan optimize && php artisan view:cache @@ -197,6 +199,9 @@ jobs: php artisan storage:link && php artisan migrate --force && php artisan tenants:migrate --force && + php artisan db:seed --force && + php artisan tenants:run db:seed --class=PermissionSeeder --force && + php artisan permission:cache-reset && php artisan optimize:clear && php artisan optimize && php artisan view:cache