Add CHECKS file

This commit is contained in:
Pedro Pombeiro 2019-01-29 20:25:36 +01:00
parent 3227961666
commit 3b2436f89b
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
2 changed files with 9 additions and 1 deletions

6
CHECKS Normal file
View File

@ -0,0 +1,6 @@
WAIT=10
TIMEOUT=30
ATTEMPTS=3
/ping PONG
http://status-github-bot.status.im/ping PONG

View File

@ -8,7 +8,9 @@
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard",
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/status-github-bot.web.1/docker.log"
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/status-github-bot.web.1/docker.log",
"run-checks": "ssh dokku.status.im dokku checks:run status-github-bot"
},
"dependencies": {
"axios": "^0.18.0",