lol
This commit is contained in:
parent
33062b2738
commit
a09d7baa63
22
.drone.yml
22
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user