I have a situation in where I have two remotes. Confirmed by running git remote -v
Now, I already did git push
But now, I want to push to heroku as well. So I used git push heroku master
. However, it shows already-up-to-date.
Please note that I already deployed once to heroku prior to this git push heroku. How can I push/deploy my changes ?