mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Add heroku one-click deploy
This commit is contained in:
16
app.json
Normal file
16
app.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user