mirror of
https://github.com/status-im/figma-diff-probot.git
synced 2025-02-19 15:54:29 +00:00
Add CHECKS file
This commit is contained in:
parent
19a4199020
commit
090ece7eb0
6
CHECKS
Normal file
6
CHECKS
Normal file
@ -0,0 +1,6 @@
|
||||
WAIT=5
|
||||
TIMEOUT=10
|
||||
ATTEMPTS=3
|
||||
|
||||
/ping PONG
|
||||
http://figma-diff-probot.status.im/ping PONG
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user