Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Remove Mandrill from app.json
Browse files Browse the repository at this point in the history
Baseline IndiePants will not need it, and adding external plugins like
Mandrill requires new Heroku users to always enter a credit card.
  • Loading branch information
hmans committed May 3, 2015
1 parent 4a781f9 commit 66c1d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"website": "https://github.com/hmans/indiepants",
"keywords": ["rails", "blogging", "social"],
"addons": [
"heroku-postgresql",
"mandrill"
"heroku-postgresql"
],
"scripts": {
"postdeploy": "bin/rake db:migrate"
Expand Down

0 comments on commit 66c1d27

Please sign in to comment.