Skip to content

Commit

Permalink
Add requirements.txt and app.json for Heroku build (#336)
Browse files Browse the repository at this point in the history
This enables heroku "review apps"

Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Sep 20, 2019
1 parent 5640099 commit ae53334
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ros2_documentation",
"scripts": {},
"env": {},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "https://github.com/weibeld/heroku-buildpack-graphviz.git"
},
{
"url": "https://github.com/mjcarroll/heroku-buildpack-sphinx.git"
},
{
"url": "heroku/python"
}
],
"stack": "heroku-18"
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip

0 comments on commit ae53334

Please sign in to comment.