mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-10-19 04:45:36 +00:00
Add .woodpecker/healthcheck.yaml
This commit is contained in:
parent
9a848f46b7
commit
0e27b4de2f
13
.woodpecker/healthcheck.yaml
Normal file
13
.woodpecker/healthcheck.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user