Remove Papertrail addon from app.json

This commit is contained in:
Joel McCoy
2015-03-08 16:47:34 -07:00
parent f0743ea887
commit e450462dbb
2 changed files with 8 additions and 4 deletions

View File

@@ -6,6 +6,13 @@ A turn-key, beginner-friendly, ready-to-deploy implementation of a traditional \
Create your [Twitter app](https://apps.twitter.com) and generate access tokens with *Read, Write and Direct Messages* privileges.
### Deploy using Papertrail online log addon
#### [Valid Credit Card required, but free to use]
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/BooDoo/ebooks_example/tree/deploy-no-card)
### Deploy with no Papertrail addon [no card required]
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/BooDoo/ebooks_example/tree/deploy)
Put your BOT_NAME, SOURCE_USERNAME, and API secrets into Heroku Config Vars using the web dashboard.

View File

@@ -1,15 +1,12 @@
{
"name": "BooDooBooks",
"description": "Turn-key _ebooks deployment using twitter_ebooks",
"repository": "https://github.com/BooDoo/ebooks_example/tree/deploy",
"repository": "https://github.com/BooDoo/ebooks_example/tree/deploy-no-card",
"keywords": [
"twitter",
"bot",
"ebooks"
],
"addons": [
"papertrail:choklad"
],
"env": {
"LANG": "en_US.UTF-8",
"BOT_NAME": "",