m -> v
All checks were successful
Deploy on push / deploy (push) Has been skipped

This commit is contained in:
2026-03-22 18:51:24 -07:00
parent ed23669d02
commit 22ca3d3e4b
76 changed files with 202 additions and 111 deletions

View File

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