From ea0a0b6091f802cee915c7f6d8a1bd100b52a32b Mon Sep 17 00:00:00 2001 From: Stefano Cudini Date: Sat, 27 Oct 2018 17:42:22 +0200 Subject: [PATCH] add heroku support --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..838e9d3 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "KeplerJs Skeleton Project", + "description": "The open source full-stack geosocial network platform", + "repository": "https://github.com/Keplerjs/kepler-skeleton", + "logo": "https://raw.githubusercontent.com/Keplerjs/keplerjs.github.io/master/images/logo-white-300.png", + "keywords": ["meteor", "geosocial", "community", "keplerjs"], + "website": "http://keplerjs.io/", + "env": { + "BUILDPACK_URL": "https://github.com/Keplerjs/meteor-buildpack-horse.git", + "HEROKU_APP_NAME": { + "description": "Please re-enter your App Name", + "required": true + }, + "DEPLOY_PLATFORM": "heroku" + }, + "addons": [ + "mongolab", + "logentries" + ] +}