Skip to content

Commit

Permalink
Merge pull request #24 from lonnen/heroku-button
Browse files Browse the repository at this point in the history
add heroku button, app.json
  • Loading branch information
johnsheehan authored Jun 15, 2017
2 parents e9e1102 + da43262 commit 57b1826
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ MIT
Looking to self-host?
=====================

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Deploy your own instance using Heroku
Create a Heroku account if you haven't, then grab the RequestBin source using git:

Expand Down
17 changes: 17 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "requestbin",
"description": "Inspect HTTP requests. Debug webhooks.",
"website": "http://requestb.in/",
"repository": "https://github.com/Runscope/requestbin",
"logo": "http://requestb.in/static/img/logo-2x.png",
"keywords": ["python"],
"env": {
"REALM": {
"description": "The number of processes to run.",
"value": "prod"
}
},
"addons": [
"heroku-redis"
]
}

0 comments on commit 57b1826

Please sign in to comment.