just add the damn message

This commit is contained in:
MassiveAtoms 2020-04-18 12:43:00 -03:00
parent 026bf357e2
commit 84a430de67

View File

@ -18,7 +18,7 @@ steps:
- ninja
- cp ./../drone-template.tpl /sharing/message.tpl
- ./testbin >> /sharing/message.tpl
- cat /sharing/message.tpl
- ./testbin >> /sharing/test.txt
- name: send telegram notification
image: appleboy/drone-telegram
@ -28,10 +28,13 @@ steps:
settings:
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
to: -1001226107365
+ document:
+ - /sharing/test.txt
message:
+ message_file: /sharing/message.tpl
volumes:
- name: cache
temp: {}