From f9f84efcc21fe3c38713861339d4d9b83bc42b40 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 4 Mar 2025 23:26:15 +0800 Subject: [PATCH] disable actions --- .github/workflows/depley.yaml | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/depley.yaml b/.github/workflows/depley.yaml index 9b3309b..c1d89b7 100644 --- a/.github/workflows/depley.yaml +++ b/.github/workflows/depley.yaml @@ -1,23 +1,23 @@ -name: Deploy +# name: Deploy -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main -jobs: - deploy-and-run: - runs-on: ubuntu-latest +# jobs: +# deploy-and-run: +# runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 +# steps: +# - uses: actions/checkout@v4 - - uses: appleboy/ssh-action@v1.2.1 - with: - host: ${{ secrets.HOST }} - username: root - key: ${{ secrets.KEY }} - script: | - cd ~/WebPreview/api - git pull - sh ~/WebPreview/run.sh +# - uses: appleboy/ssh-action@v1.2.1 +# with: +# host: ${{ secrets.HOST }} +# username: root +# key: ${{ secrets.KEY }} +# script: | +# cd ~/WebPreview/api +# git pull +# sh ~/WebPreview/run.sh