Add CHECKS file

This commit is contained in:
Pedro Pombeiro 2019-02-21 14:54:44 +01:00
parent 19a4199020
commit 090ece7eb0
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=5
TIMEOUT=10
ATTEMPTS=3
/ping PONG
http://figma-diff-probot.status.im/ping PONG

View File

@ -7,7 +7,9 @@
"repository": "https://github.com/primer/figma-diff-probot.git",
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard"
"test": "jest && standard",
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/figma-diff-probot.web.1/docker.log",
"run-checks": "ssh dokku.status.im dokku checks:run figma-diff-probot"
},
"dependencies": {
"got": "^8.3.0",