Add logs target

This commit is contained in:
Pedro Pombeiro 2019-01-29 19:17:24 +01:00
parent df3ec9969a
commit 3227961666
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"repository": "https://github.com/status-im/status-github-bot.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/status-github-bot.web.1/docker.log"
},
"dependencies": {
"axios": "^0.18.0",