From c29fb178a23d79398a144efe77728a4162cc9b63 Mon Sep 17 00:00:00 2001 From: engigu Date: Thu, 1 Jan 2026 12:52:43 +0800 Subject: [PATCH] fix: agent ws connect panic --- .github/workflows/deploy.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6ed00c..bfdada0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,14 +72,14 @@ jobs: docker-compose pull docker-compose up -d - - name: Deploy to X server - uses: appleboy/ssh-action@v1.2.0 - with: - host: ${{ secrets.DEPLOY_X_HOST }} - username: ${{ secrets.DEPLOY_X_USER }} - password: ${{ secrets.DEPLOY_X_PASSWORD }} - port: ${{ secrets.DEPLOY_X_PORT }} - script: | - cd ${{ secrets.DEPLOY_X_PATH }} - docker-compose pull - docker-compose up -d \ No newline at end of file + # - name: Deploy to X server + # uses: appleboy/ssh-action@v1.2.0 + # with: + # host: ${{ secrets.DEPLOY_X_HOST }} + # username: ${{ secrets.DEPLOY_X_USER }} + # password: ${{ secrets.DEPLOY_X_PASSWORD }} + # port: ${{ secrets.DEPLOY_X_PORT }} + # script: | + # cd ${{ secrets.DEPLOY_X_PATH }} + # docker-compose pull + # docker-compose up -d \ No newline at end of file