feat: complete readme.md file

这个提交包含在:
RouxAntoine 2021-03-22 22:37:51 +01:00
父节点 eb9ccad432
当前提交 58a7dcd52c
签署人:: antoine
GPG 密钥 ID: 098FB66FC0475E70
共有 1 个文件被更改,包括 19 次插入0 次删除

19
readme.md 普通文件
查看文件

@ -0,0 +1,19 @@
# slack bot notifier
This repository contain go application deploy into kubernetes job batch with cron.
Each run application run some cli check and assert condition on cli stdout. If assertion failed
a notification is send to slack channel.
## local build
`make build`
## docker build and deploy
```
make docker-build
cd manifests/
terraform init
terraform apply --auto-approve
```