diff --git a/.drone.yml b/.drone.yml index 4331ed0..2c22e86 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: {}