[deploy]
Some checks failed
Deploy on push / deploy (push) Failing after 9s

This commit is contained in:
2025-08-23 23:44:16 +08:00
parent 42dfe132b9
commit 2f602fa038

View File

@@ -10,14 +10,14 @@ jobs:
if: contains(gitea.event.head_commit.message, '[deploy]') if: contains(gitea.event.head_commit.message, '[deploy]')
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test network - name: Test network
run: | run: |
which curl || (apk add --no-cache curl) which curl || (apk add --no-cache curl)
curl -vk https://git.rchou.net/ curl -vk https://git.rchou.net/
- name: Checkout
uses: actions/checkout@v4
- name: Setup SSH - name: Setup SSH
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}