From cc7a333b6d811145f503f0351f97c91263499c25 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sat, 20 Jun 2026 21:46:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=E7=8E=AF=E5=A2=83=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20rsync=20+=20docker-cli=20+=20docker-cli-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c297643..0a5b3e8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Deploy run: | - apk add --no-cache rsync 2>/dev/null || true + apk add --no-cache rsync docker-cli docker-cli-compose GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git" if [ -d /root/camtalk/.git ]; then cd /root/camtalk