diff --git a/envoy.md b/envoy.md index 68ce089b69e..4dbc8bacca4 100644 --- a/envoy.md +++ b/envoy.md @@ -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