(I discovered Heroku yesterday)
I've deployed an App on Heroku, and it works just fine.
Problem is, my app saves some stuff inside .json files, so the deployed app contains new information. How do I retrieve it?
I tried using heroku git but it just pulls the version at the moment of the deploy, non the one that has been changed at runtime.