From e450462dbb083f781fcd9ca6f8dad092cf56ec65 Mon Sep 17 00:00:00 2001 From: Joel McCoy Date: Sun, 8 Mar 2015 16:47:34 -0700 Subject: [PATCH] Remove Papertrail addon from app.json --- README.md | 7 +++++++ app.json | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c716538..0cc289a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app.json b/app.json index a7a09c3..263094a 100644 --- a/app.json +++ b/app.json @@ -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": "",