heroku run rails console -r heroku-staging
heroku run rails console -r heroku
RAILS_ENV=production S3_KEY=test S3_SECRET=test SECRET_KEY_BASE=test bundle exec rake assets:precompile
git push heroku-staging staging:master
git push heroku master
heroku run rails console -r heroku-staging
heroku run rails console -r heroku
RAILS_ENV=production S3_KEY=test S3_SECRET=test SECRET_KEY_BASE=test bundle exec rake assets:precompile
git push heroku-staging staging:master
git push heroku master