Skip to content

Commit

Permalink
added support for one click deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
rayou committed Mar 12, 2018
1 parent 3a60848 commit c5c9656
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ docker run --restart=always \
-d yourname/webui-aria2
```

Deploy to Heroku
==============
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Support
=======
For any support, feature request and bug report add an issue in the github project. [link](https://github.com/ziahamza/webui-aria2/issues)
Expand Down
12 changes: 12 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "webui-aria2",
"description":
"This project is to create the worlds best and hottest interface to interact with aria2.",
"repository": "https://github.com/ziahamza/webui-aria2",
"keywords": ["AngularJS", "aria2", "static"],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-static"
}
]
}
6 changes: 6 additions & 0 deletions static.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"root": "./",
"routes": {
"/**": "index.html"
}
}

0 comments on commit c5c9656

Please sign in to comment.