fix: remove unused time import in task.go and fix deploy script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 01:48:14 +08:00
parent a29936f31c
commit ea3f3fd482
2 changed files with 2 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ 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 &&
docker compose -f docker-compose.infra.yml up -d --no-recreate || true &&
docker compose down &&
docker image rm doc_ai_backed-doc_ai:latest &&
docker image rm doc_ai_backed-doc_ai:latest || true &&
docker compose up -d
"