Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 10, 2016
1 parent a60a15d commit ebd8c78
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ If you would like to be prompted for confirmation before running a given task on

Envoy also supports sending notifications to [Slack](https://slack.com) after each task is executed. The `@slack` directive accepts a Slack hook URL and a channel name. You may retrieve your webhook URL by creating an "Incoming WebHooks" integration in your Slack control panel. You should pass the entire webhook URL into the `@slack` directive:

@after
@slack('webhook-url', '#bots')
@endafter

If you would like to send notifications just once when all tasks have been finished, you may use `@finished` directive.

@finished
@slack('webhook-url', '#bots')
@endfinished
Expand Down

0 comments on commit ebd8c78

Please sign in to comment.