-
Notifications
You must be signed in to change notification settings - Fork 0
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
- cloned using heroku git:clone -a lovela
- made sure I was up to date on master branch
- deployed updates with git push heroku master
- app did not work as expected because of missing environment variables
- added env variables from the command line using heroku config:add CLIENT_SECRET=xxxxxx for every variable needed to access yelp api
- redeployed using git push heroku master
- deployment succeeded!