更新 .gitea/workflows/prod_build_manual.yaml

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

View File

@@ -35,6 +35,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