Skip to content

Commit

Permalink
Add Heroku button
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Sep 23, 2014
1 parent 8d68f57 commit 729f370
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -122,8 +122,10 @@ node bin/strider

### Strider on Heroku

To get up and running quickly on Heroku, you can create a new app and use the
MongoLab free plan.
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

To get up and running quickly on Heroku, you can simply use the button above.
If you run into any issues, you can deploy manually with the steps below.

```no-highlight
heroku create
Expand Down
15 changes: 15 additions & 0 deletions app.json
@@ -0,0 +1,15 @@
{
"name": "Strider CD",
"description": " Open Source Continuous Integration & Deployment Server",
"repository": "https://github.com/strider-cd/strider",
"keywords": ["strider", "testing", "continuous integration", "deployment"],
"env": {
"BUILDPACK_URL": {
"description": "A custom buildpack to enable support for multiple languages",
"value": "https://github.com/ddollar/heroku-buildpack-multi.git"
}
},
"addons": [
"mongolab"
]
}

0 comments on commit 729f370

Please sign in to comment.