mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-09 19:23:29 +02:00
13 lines
271 B
YAML
13 lines
271 B
YAML
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 |