Reputation: 21
I push updates to Heroku
git push Heruko master
then go and run my app from the Heroku page and the changes are not showing in the running app.
If I run bash and look at the files on Heroku, the changes are in the files. It shows "Everything is up-to-date" message and no code reflects.
I've tried restarting the app and the changes are still not reflected in the running app.
Upvotes: 1
Views: 949
Reputation: 61
don't forget to build your front and copy that folder to the public folder on the backend... it's happen to me ;)
Upvotes: 1
Reputation: 114
Upvotes: 0