diff --git a/.woodpecker.yml b/.woodpecker.yml index d1a127b..c772903 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ -pipeline: +steps: notify_on_failure: image: alpine:3 commands: - apk add curl - - "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci" + - "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: status: [failure]