Skip to content
Snippets Groups Projects
Commit e169d2cd authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Adding One-Click Deploy on Heroku

parent 3624899b
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,19 @@
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": {
"description": "The full URL of your Rocket.Chat app (by default, http://appname.herokuapp.com)."
},
"AWS_ACCESS_KEY_ID": {
"description": "Your AWS Access Key Id"
},
"AWS_SECRET_ACCESS_KEY": {
"description": "Your AWS Secret Access Key"
},
"AWS_BUCKET": {
"description": "The AWS Bucket"
}
},
"addons": [
"mongolab"
"mongolab",
"logentries"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment