feat(deploy): 隔离上传目录 uploads_prod,清理部署脚本无效排除项

This commit is contained in:
2026-08-13 10:34:50 +08:00
parent 11ae3260ac
commit 77137cfced
3 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ tar -czf deploy_full.tar.gz \
--exclude="backend/__pycache__" \
--exclude="backend/*.pyc" \
--exclude="backend/.env" \
--exclude="backend/uploads" \
--exclude="frontend/node_modules" \
--exclude="frontend/dist" \
--exclude=".git" \