From dda92393d2bcc76371b9933290a99b25dfc5f18f Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 5 Mar 2026 16:32:25 +0800 Subject: [PATCH] =?UTF-8?q?[STYLE]=20=E8=AA=BF=E6=95=B4=E7=94=9F=E7=94=A2?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E9=83=A8=E7=BD=B2=E8=85=B3=E6=9C=AC=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-prod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml index d117af4..4f743a1 100644 --- a/.gitea/workflows/deploy-prod.yaml +++ b/.gitea/workflows/deploy-prod.yaml @@ -85,6 +85,7 @@ jobs: php artisan tenants:migrate --force && php artisan db:seed --force && php artisan tenants:run db:seed --option=\"class=PermissionSeeder\" --option=\"force=true\" && + php artisan tenants:run db:seed --option=\"class=SystemSettingSeeder\" --option=\"force=true\" && php artisan permission:cache-reset && php artisan optimize:clear && php artisan optimize &&