-
Notifications
You must be signed in to change notification settings - Fork 100
HerokuAddons
Matt Harley edited this page Jul 15, 2015
·
2 revisions
# db
heroku addons:create heroku-postgresql:hobby-dev
heroku addons:create pgstudio:test
# caching
heroku addons:create heroku-redis:hobby-dev
heroku addons:create redismonitor:free
# logs / performance monitoring / deployment
heroku addons:create librato:development # NOTE - requires custom Procfile
heroku addons:create newrelic:wayne
heroku addons:create stillalive:developer # TODO - try this out!
heroku addons:create logentries:le_tryit
heroku addons:create deployhooks:http
# email / push
heroku addons:create sendgrid:starter
heroku addons:create zeropush:inception
# testing / error handling
heroku addons:create raygun:intro # TODO - try this out!
heroku addons:create loaderio:basic # TODO - try this out!
heroku addons:create blazemeter:test # TODO - try this out!
heroku addons:create blitz:250 - try this out!
# jobs / scheduling
heroku addons:create scheduler:standard
# CI
heroku addons:create codeship:free