summaryrefslogtreecommitdiff
path: root/.woodpecker/healthcheck.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/healthcheck.yaml')
-rw-r--r--.woodpecker/healthcheck.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.woodpecker/healthcheck.yaml b/.woodpecker/healthcheck.yaml
new file mode 100644
index 0000000..5c332c0
--- /dev/null
+++ b/.woodpecker/healthcheck.yaml
@@ -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 \ No newline at end of file