Add heroku one-click deploy

This commit is contained in:
Thomas Payet
2019-12-11 17:24:22 +01:00
parent 3eccf2fd76
commit 0272b44d7e
3 changed files with 21 additions and 0 deletions

16
app.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "MeiliSearch",
"description": "Ultra relevant, instant and typo-tolerant full-text search API",
"keywords": [
"search-engine",
"instant search",
"search API"
],
"website": "https://docs.meilisearch.com/",
"repository": "https://github.com/meilisearch/MeiliSearch",
"buildpacks": [
{
"url": "https://github.com/emk/heroku-buildpack-rust"
}
]
}