diff --git a/.woodpecker.yml b/.woodpecker.yml index 7ba45b7..67dad1f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,3 +10,10 @@ pipeline: secrets: - 'docker_username' - 'docker_password' + + deploy: + image: 'curlimages/curl' + secrets: + - 'webhook' + commands: + - curl -XPOST --fail -s "$WEBHOOK"