Add CHECKS file
This commit is contained in:
parent
3227961666
commit
3b2436f89b
|
@ -0,0 +1,6 @@
|
|||
WAIT=10
|
||||
TIMEOUT=30
|
||||
ATTEMPTS=3
|
||||
|
||||
/ping PONG
|
||||
http://status-github-bot.status.im/ping PONG
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue