From dc3e5e2e1ec636e68cf47574907f80f299b21523 Mon Sep 17 00:00:00 2001 From: luoer Date: Wed, 18 Oct 2023 15:29:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a75b129..a9ae0d3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -32,7 +32,7 @@ env: # 部署服务器密码, 例如: 123456 deploy_pass: ${{ secrets.DEPLOY_PASS }} # 要更新的 docker 服务名称, 例如: demo_web - deploy_name: ${{ secrets.DEPLOY_NAME }} + deploy_name: demo_web jobs: build: @@ -42,10 +42,10 @@ jobs: steps: - name: 检出代码 id: checkout - uses: https://gitea.com/actions/checkout@v3 + uses: https://git.dev.juetan.cn/mirror/checkout@v3 - name: 设置环境 - uses: https://gitea.com/actions/setup-node@v2 + uses: https://git.dev.juetan.cn/mirror/setup-node@v2 - name: 安装依赖 run: | @@ -78,7 +78,7 @@ jobs: docker push ${{ env.docker_name }}:${{ gitea.ref_name }} - 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 }}