mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
disabled telegram notifications
This commit is contained in:
parent
c1c99b4562
commit
dc01dfe3c0
1 changed files with 18 additions and 18 deletions
36
.drone.yml
36
.drone.yml
|
@ -64,21 +64,21 @@ steps:
|
|||
- cp -a $${ENV_PATH}/${DRONE_BRANCH}/. $${BUILD_PATH}/${DRONE_BRANCH}
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
- name: telgram_notify
|
||||
image: appleboy/drone-telegram
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
settings:
|
||||
token:
|
||||
from_secret: telegram_token
|
||||
to:
|
||||
from_secret: telegram_chat_id
|
||||
format: markdown
|
||||
message: >
|
||||
{{#success build.status}}🤓{{else}}😨{{/success}}
|
||||
[{{repo.name}} / {{commit.branch}}]({{ build.link }})
|
||||
```
|
||||
{{ commit.message }}
|
||||
```
|
||||
# - name: telgram_notify
|
||||
# image: appleboy/drone-telegram
|
||||
# when:
|
||||
# status:
|
||||
# - success
|
||||
# - failure
|
||||
# settings:
|
||||
# token:
|
||||
# from_secret: telegram_token
|
||||
# to:
|
||||
# from_secret: telegram_chat_id
|
||||
# format: markdown
|
||||
# message: >
|
||||
# {{#success build.status}}🤓{{else}}😨{{/success}}
|
||||
# [{{repo.name}} / {{commit.branch}}]({{ build.link }})
|
||||
# ```
|
||||
# {{ commit.message }}
|
||||
# ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue