dev:修改数据

This commit is contained in:
liubocheng 2025-03-27 17:20:56 +08:00
parent 19ce565128
commit 6628db5670
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ jobs:
done
docker exec "${COMPOSE_PROJECT}-php-1" composer install --no-dev --optimize-autoloader
docker exec "${COMPOSE_PROJECT}-php-1" php artisan key:generate
docker exec "${COMPOSE_PROJECT}-php-1" php artisan config:cache
docker exec "${COMPOSE_PROJECT}-nginx-1" nginx -s reload
EOF