Skip to content

Commit

Permalink
feat: add heroku app (button)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jul 27, 2016
1 parent 86eee83 commit 92c6a4d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Retrobot",
"description": "Slack bot for retrospectives",
"keywords": [
"slack",
"bot",
"retro",
"retrospective"
],
"repository": "https://github.com/remy/retrobot",
"logo": "https://github.com/remy/retrobot/raw/master/icon.png",
"env": {
"SLACK_TOKEN": {
"description": "The Slack API token for your bot",
"value": "",
}
},
"formation": {
"web": {
"quantity": 0,
"size": "free"
},
"worker": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/nodejs"
}

0 comments on commit 92c6a4d

Please sign in to comment.