dev:修改时间

This commit is contained in:
liubocheng 2025-03-26 17:58:12 +08:00
parent f22a307610
commit 03e2053fd3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
/usr/bin/docker compose -p "$COMPOSE_PROJECT" up -d --build
# 等待容器启动
sleep 10
sleep 15
docker exec "${COMPOSE_PROJECT}-php-1" php artisan config:cache
docker exec "${COMPOSE_PROJECT}-php-1" php artisan migrate --force