From 990c69ea75365f68b18ffdd32d6460086b5bf476 Mon Sep 17 00:00:00 2001 From: luoer <952222@163.com> Date: Mon, 30 Oct 2023 14:42:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e17fb8f..87940c7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: 检出代码 id: checkout - uses: https://git.dev.juetan.cn/mirror/checkout@v3 + uses: https://git.app.juetan.cn/mirror/checkout@v3 - name: 构建镜像 run: | @@ -44,7 +44,8 @@ jobs: docker push ${{ env.docker_name }}:latest - name: 更新服务 - uses: https://git.dev.juetan.cn/mirror/ssh-action@v1.0.0 + uses: https://git.app.juetan.cn/mirror/ssh-action@v1.0.0 + if: false with: host: ${{ env.deploy_host }} port: ${{ env.deploy_port }}