From e5d939e7300626f7c2accec3871288ed2c31f41b Mon Sep 17 00:00:00 2001 From: luoer <952222@163.com> Date: Wed, 18 Oct 2023 11:48:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index fbc3be4..8b5dd61 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: 检出代码 id: checkout - uses: https://gitea.com/actions/checkout@v3 + uses: https://git.dev.juetan.cn/mirror/checkout@v3 - name: 构建镜像 run: | @@ -44,7 +44,7 @@ jobs: docker push ${{ env.docker_name }}:latest - name: 更新服务 - uses: http://git.dev.juetan.cn/mirror/ssh-action@v1.0.0 + uses: https://git.dev.juetan.cn/mirror/ssh-action@v1.0.0 with: host: ${{ env.deploy_host }} port: ${{ env.deploy_port }}