This commit is contained in:
@@ -6,10 +6,15 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: alpine-rsync
|
||||
if: contains(gitea.event.head_commit.message, '[deploy]')
|
||||
|
||||
steps:
|
||||
- name: Test network
|
||||
run: |
|
||||
which curl || (apk add --no-cache curl)
|
||||
curl -vk https://git.rchou.net/
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user