Skip to content

Commit

Permalink
docs(deploy): add documentation for adding MS Teams webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Sep 3, 2019
1 parent 326161b commit 165dea0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ SLACK_CHANNEL: '#devops'
SLACK_WEBHOOK: https://hooks.slack.com/services/fake-code
```

#### MS Teams Notifications

To enable an MS Teams notification upon the completion (successful or not) of the deploy process, create a [MS Teams Webhook](https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook) and add the incoming webhook url as the `MS_TEAMS_WEBHOOK` key/value to your `env.yml`.

```
MS_TEAMS_WEBHOOK: https://outlook.office.com/webhook/123...abc
```

### `flow`

Run [Flow](https://flow.org/). Must have a `.flowconfig` in the current working directory and a `// @flow` annotation at the top of each file you want to check. See the Flow website for documentation.
Expand Down

0 comments on commit 165dea0

Please sign in to comment.