diff --git a/.woodpecker.yml b/.woodpecker.yml index 3ced54d..edea2f6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -44,17 +44,18 @@ steps: image: appleboy/drone-telegram settings: token: - from_secret: 8686730921:AAEtcvEAGFcJTobcoiy_FqAvq4mqCTZzOdM + from_secret: telegram_token to: - from_secret: -1003898365147 + from_secret: telegram_chat_id thread_id: 8 format: html message: > - Deployment Success! + 🚀 Deployment {{ build.status }}! Project: {{ repo.name }} Commit: {{ commit.message }} Author: {{ commit.author }} - Status: ✅ Finished + Status: {{ build.status }} when: - branch: master - status: [ success, failure ] \ No newline at end of file + - event: [push] + branch: master + status: [ success, failure ] \ No newline at end of file