This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user