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 }}