Skip to content

Commit

Permalink
docs: Add LINE Notify steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Dec 18, 2017
1 parent fc54ebe commit 3a6fd47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
```

<a name="usage-from-docker"></a>
### Usage from docker

Expand Down

0 comments on commit 3a6fd47

Please sign in to comment.