test telegram notification

master
greglebreton 1 year ago
parent 59230f6c2a
commit 53820f7365
  1. 17
      .drone.yml

@ -48,10 +48,19 @@ steps:
- success
format: markdown
message: >
πŸ“ {{repo.name}} / {{commit.branch}} - {{commit.message}} by {{commit.author}}
{{#success build.status}}
βœ… succeeded for πŸ‘·β€β™‚οΈ build {{build.number}} by {{commit.author}}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{else}}
πŸ›‘ failed for πŸ‘·β€β™‚οΈ build {{build.number}}
❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{/success}}

Loading…
Cancel
Save