mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
added post map interceptor
This commit is contained in:
parent
fda24c78b0
commit
9c436d348c
5 changed files with 33 additions and 29 deletions
19
.drone.yml
19
.drone.yml
|
@ -64,21 +64,4 @@ 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 }}
|
||||
# ```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue