mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
17 lines
280 B
Markdown
17 lines
280 B
Markdown
|
# DevOps tools
|
||
|
|
||
|
This folder contains tools that are used for automated testnet deployments.
|
||
|
|
||
|
## slacknotification.py
|
||
|
|
||
|
A small script that can send Slack messages.
|
||
|
|
||
|
Requirements: slackclient python library
|
||
|
|
||
|
Install slackclient by running as root:
|
||
|
```
|
||
|
pip install slackclient
|
||
|
```
|
||
|
|
||
|
|