[deploy]
Some checks failed
Deploy on push / deploy (push) Has been cancelled

This commit is contained in:
2025-08-23 23:43:40 +08:00
parent da40d3c71b
commit 42dfe132b9

View File

@@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Test network
run: |
which curl || (apk add --no-cache curl)
curl -vk https://git.rchou.net/
- name: Setup SSH
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}