mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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}
|
- cp -a $${ENV_PATH}/${DRONE_BRANCH}/. $${BUILD_PATH}/${DRONE_BRANCH}
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
- name: telgram_notify
|
# - name: telgram_notify
|
||||||
image: appleboy/drone-telegram
|
# image: appleboy/drone-telegram
|
||||||
when:
|
# when:
|
||||||
status:
|
# status:
|
||||||
- success
|
# - success
|
||||||
- failure
|
# - failure
|
||||||
settings:
|
# settings:
|
||||||
token:
|
# token:
|
||||||
from_secret: telegram_token
|
# from_secret: telegram_token
|
||||||
to:
|
# to:
|
||||||
from_secret: telegram_chat_id
|
# from_secret: telegram_chat_id
|
||||||
format: markdown
|
# format: markdown
|
||||||
message: >
|
# message: >
|
||||||
{{#success build.status}}🤓{{else}}😨{{/success}}
|
# {{#success build.status}}🤓{{else}}😨{{/success}}
|
||||||
[{{repo.name}} / {{commit.branch}}]({{ build.link }})
|
# [{{repo.name}} / {{commit.branch}}]({{ build.link }})
|
||||||
```
|
# ```
|
||||||
{{ commit.message }}
|
# {{ commit.message }}
|
||||||
```
|
# ```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue