Merge branch 'feature/pdf-recognition' into test

This commit is contained in:
2026-03-31 19:30:35 +08:00
31 changed files with 1146 additions and 114 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
BRANCH=$(git rev-parse --abbrev-ref HEAD)
git push origin "$BRANCH"
ssh ubuntu "
cd /home/yoge/Dev/doc_ai_backed &&
git checkout $BRANCH &&
git pull origin $BRANCH &&
docker compose -f docker-compose.infra.yml up -d --no-recreate || true &&
docker compose down &&
docker image rm doc_ai_backed-doc_ai:latest || true &&
docker compose up -d
"