更新 .gitea/workflows/prod_build_scheduled.yaml

This commit is contained in:
2026-01-24 03:20:19 +08:00
parent aeb67f366a
commit 63a2f5e007

View File

@@ -37,6 +37,6 @@ jobs:
cd ${{ env.REMOTE_DEPLOY_PATH }}
docker-compose down 2>&1
docker-compose up -d --build --remove-orphans 2>&1
docker-compose up -d 2>&1
docker image prune -f 2>&1