Deployment

Not a Heroku Talk

Tip #1: Protecting Your Credentials

Tip #2: Protecting Your Sanity

gem 'rails', '~> 3.2.9'

Tip #3: Protecting Your Environment

group :development do
  gem 'sqlite'
end

Tip #4: Protecting Your Data

heroku addons:add pgbackups:auto-month
heroku pgbackups:capture

Tip #5: Monitoring

?

/

#