From 2f602fa0386cfc07061744bfa61a7314f3277e99 Mon Sep 17 00:00:00 2001 From: rchou Date: Sat, 23 Aug 2025 23:44:16 +0800 Subject: [PATCH] [deploy] --- .gitea/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 11b4157..2b532d8 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -10,14 +10,14 @@ jobs: if: contains(gitea.event.head_commit.message, '[deploy]') steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Test network run: | which curl || (apk add --no-cache curl) curl -vk https://git.rchou.net/ + - name: Checkout + uses: actions/checkout@v4 + - name: Setup SSH env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}