Skip to content

Research

Venetya Evans edited this page Jul 22, 2017 · 10 revisions

https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/ 6:07 PM wrench gem is out of date

Heroku Deployment and Secrets

Problem: How to collaborate

  1. cloned using heroku git:clone -a lovela
  2. made sure I was up to date on master branch
  3. deployed updates with git push heroku master
  4. app did not work as expected because of missing environment variables
  5. added env variables from the command line using heroku config:add CLIENT_SECRET=xxxxxx for every variable needed to access yelp api
  6. redeployed using git push heroku master
  7. deployment succeeded!
Clone this wiki locally