From 3140a660e4b5a9c6deeb5a2393b3123a32ff4a64 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sat, 20 Jun 2026 22:02:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20apk=20=E4=BD=BF=E7=94=A8=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8F=20mirrors.aliyun.com=20?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0a5b3e8..65aa676 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,7 @@ jobs: steps: - name: Deploy run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories 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