From 8a6722d11fe6a3943f6f81095eba8a2c766a603b Mon Sep 17 00:00:00 2001 From: juetan Date: Thu, 23 Nov 2023 21:27:43 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 87940c7..ad32f31 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,7 @@ env: deploy_port: ${{ secrets.DEPLOY_PORT }} deploy_user: ${{ secrets.DEPLOY_USER }} deploy_pass: ${{ secrets.DEPLOY_PASS }} - deploy_name: demo_server + deploy_name: appnify_server jobs: build: @@ -28,7 +28,7 @@ jobs: steps: - name: 检出代码 id: checkout - uses: https://git.app.juetan.cn/mirror/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: https://git.app.juetan.cn/mirror/ssh-action@v1.0.0 + uses: https://git.dev.juetan.cn/mirror/ssh-action@v1.0.0 if: false with: host: ${{ env.deploy_host }}