mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
add deploy to heroku
This commit is contained in:
parent
7bd91cbcad
commit
d69b859910
4 changed files with 91 additions and 0 deletions
13
app.json
Normal file
13
app.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Farside",
|
||||
"description": "A redirecting service for FOSS alternative frontends",
|
||||
"repository": "https://github.com/data-twister/farside",
|
||||
"logo": "",
|
||||
"keywords": ["elixir", "farside" ],
|
||||
"addons": [ "heroku-postgresql"],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue