just add the damn message
This commit is contained in:
parent
026bf357e2
commit
84a430de67
@ -18,7 +18,7 @@ steps:
|
|||||||
- ninja
|
- ninja
|
||||||
- cp ./../drone-template.tpl /sharing/message.tpl
|
- cp ./../drone-template.tpl /sharing/message.tpl
|
||||||
- ./testbin >> /sharing/message.tpl
|
- ./testbin >> /sharing/message.tpl
|
||||||
- cat /sharing/message.tpl
|
- ./testbin >> /sharing/test.txt
|
||||||
|
|
||||||
- name: send telegram notification
|
- name: send telegram notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
@ -28,10 +28,13 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
|
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
|
||||||
to: -1001226107365
|
to: -1001226107365
|
||||||
|
+ document:
|
||||||
|
+ - /sharing/test.txt
|
||||||
message:
|
message:
|
||||||
+ message_file: /sharing/message.tpl
|
+ message_file: /sharing/message.tpl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
temp: {}
|
temp: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user