diff --git a/.woodpecker/notify.yaml b/.woodpecker/notify.yaml new file mode 100644 index 0000000..46b4a7d --- /dev/null +++ b/.woodpecker/notify.yaml @@ -0,0 +1,14 @@ +--- +labels: + role: production +skip_clone: true +steps: + notify: + image: bash + commands: + - /usr/local/bin/telegram.run +depends_on: + - build +runs_on: + - success + - failure