From 3a6fd470dbe1e18372e264c351b3c0da6177b5a1 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 18 Dec 2017 16:19:10 +0800 Subject: [PATCH] docs: Add LINE Notify steps. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f231231..b92d291 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Please refer to [LINE Business Center](https://business.line.me/en/services/bot) * [x] Support [prometheus](https://prometheus.io) metrics API. * [x] Automatically install TLS certificates from [Let's Encrypt](https://letsencrypt.org/). * [x] Support [Localtunnel](https://localtunnel.github.io/www/) for webhook tunnel. +* [x] Support [Line Notify](https://notify-bot.line.me/en/). > Localtunnel allows you to easily share a web service on your local development machine without messing with DNS and firewall settings. @@ -144,6 +145,18 @@ drone-line \ --message "Test Message" ``` +#### Send LINE Notify + +If you connect your service with LINE Notify, LINE users can easily receive notifications from it. +See the [documentation](https://notify-bot.line.me/en/). + +``` +drone-line \ + --token xxxx \ + --message "Test Message" \ + notify +``` + ### Usage from docker