This commit is contained in:
MassiveAtoms 2020-04-18 12:31:20 -03:00
parent 33062b2738
commit a09d7baa63

View File

@ -18,18 +18,18 @@ steps:
- ninja
- cp ./../drone-template.tpl /sharing/message.tpl
- ./testbin >> /sharing/message.tpl
- cat /sharing/message.tpl
- name: send telegram notification
image: appleboy/drone-telegram
volumes:
- name: cache
path: /sharing
settings:
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
to: -1001226107365
message:
+ message_file: /sharing/message.tpl
# - name: send telegram notification
# image: appleboy/drone-telegram
# volumes:
# - name: cache
# path: /sharing
# settings:
# token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
# to: -1001226107365
# message:
# + message_file: /sharing/message.tpl
volumes: