Add .woodpecker/healthcheck.yaml

This commit is contained in:
chrboesch 2025-09-25 09:41:04 +02:00
parent 9a848f46b7
commit 0e27b4de2f

View File

@ -0,0 +1,13 @@
when:
- event: push
branch: main
- event: cron
steps:
- name: ping status monitor
image: curlimages/curl
commands:
- curl "https://status.codeberg.eu/api/push/$token?status=up&msg=OK&ping="
environment:
token:
from_secret: token