From 524a534e00e75ef7e97e786f9e0b8b6103f261bd Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 19 Jan 2026 03:31:17 +0800 Subject: [PATCH] ci(other): update cicd --- .gitea/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cc3bd1e..06e9420 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: APP_PORT: 8083 steps: - name: Checkout - uses: https://gitea.com/actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup environment run: | @@ -36,7 +36,7 @@ jobs: run: tar -zcf dist.tar ./dist ./default.conf ./Dockerfile - name: Upload to server - uses: docker://appleboy/scp-action:v0.1.7 + uses: appleboy/scp-action@v0.1.7 with: host: ${{ secrets.HOST_DEV }} username: ${{ secrets.USER_DEV }} @@ -46,7 +46,7 @@ jobs: target: /www/builder - name: Deploy - uses: docker://appleboy/ssh-action:v1.0.3 + uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.HOST_DEV }} username: ${{ secrets.USER_DEV }} @@ -91,7 +91,7 @@ jobs: APP_PORT: 8083 steps: - name: Checkout - uses: https://gitea.com/actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup environment run: | @@ -110,7 +110,7 @@ jobs: run: tar -zcf dist.tar ./dist ./default.conf ./Dockerfile - name: Upload to server - uses: docker://appleboy/scp-action:v0.1.7 + uses: appleboy/scp-action@v0.1.7 with: host: ${{ secrets.HOST_PROD }} username: ${{ secrets.USER_PROD }} @@ -120,7 +120,7 @@ jobs: target: /www/builder - name: Deploy - uses: docker://appleboy/ssh-action:v1.0.3 + uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.HOST_PROD }} username: ${{ secrets.USER_PROD }}