From eaf0f5548c6a6a378918edd79a51122f0b4f16b8 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Fri, 13 Feb 2026 14:08:04 +0800 Subject: [PATCH] action --- .gitea/workflows/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9890a38..4b1e96f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,23 +13,23 @@ jobs: runs-on: ubuntu steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: https://gitea.com/actions/checkout@v3 - name: Copy Files to Server uses: appleboy/scp-action@master with: host: 6.6.6.66 username: quant - password: ${{ secrets.DEPLOY_PASSWORD }} + password: 123quant-speed source: ".,!**/.git/**,!**/.trae/**,!**/.vscode/**,!**/logs/**,!**/__pycache__/**,!**/*.md" target: "/home/quant/data/dev/host_message-main/" - name: Setup and Start Application - uses: appleboy/ssh-action@master + uses: https://gitea.com/actions/appleboy-ssh-action@v1 with: host: 6.6.6.66 username: quant - password: ${{ secrets.DEPLOY_PASSWORD }} + password: 123quant-speed script: | cd /home/quant/data/dev/host_message-main/ @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Periodic Health Check - uses: appleboy/ssh-action@master + uses: https://gitea.com/actions/appleboy-ssh-action@v1 with: host: 6.6.6.66 username: quant