diff options
| author | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-25 14:04:38 +0200 |
|---|---|---|
| committer | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-25 14:04:38 +0200 |
| commit | c9218fbb22e38f4b6d387ba45b25c921ce9473ef (patch) | |
| tree | a6cdee10c237544ff66d618d6d96bfadc63dd5f1 /.woodpecker/healthcheck.yaml | |
| parent | 0e27b4de2faf8a996aaee6fc5b5e8595554c75b4 (diff) | |
Delete .woodpecker/healthcheck.yaml
needs a token :-(
Diffstat (limited to '.woodpecker/healthcheck.yaml')
| -rw-r--r-- | .woodpecker/healthcheck.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.woodpecker/healthcheck.yaml b/.woodpecker/healthcheck.yaml deleted file mode 100644 index 5c332c0..0000000 --- a/.woodpecker/healthcheck.yaml +++ /dev/null @@ -1,13 +0,0 @@ -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 |
