added post map interceptor

This commit is contained in:
Fedor Katurov 2021-04-20 16:39:51 +07:00
parent fda24c78b0
commit 9c436d348c
5 changed files with 33 additions and 29 deletions

View file

@ -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 }}
# ```