From aa91183919b556f03aa196cc130923bc7a3cf3cf Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Mon, 19 Jan 2026 11:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 111e53d..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Update Blogs -run-name: Updating blogs on server -on: [push] -jobs: - update-server: - runs-on: ubuntu-latest - steps: - - uses: D3rHase/ssh-command-action@v0.2.2 - with: - # hostname / IP of the server - host: 113.31.174.4 - # ssh port of the server - port: 22 - # user of the server - user: root - # private ssh key registered on the server - private_key: ${{secrets.SERVER_SSH_KEY}} - # Fingerprint of the server, preventing man-in-the-middle attacks - # host_fingerprint: # optional - # command to be executed - command: sh /root/AppData/Scripts/updateBlog.sh -