1
0
Fork 0
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:
mithereal 2022-07-29 23:11:34 -07:00
parent 7bd91cbcad
commit d69b859910
4 changed files with 91 additions and 0 deletions

13
app.json Normal file
View 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"
}
]
}