I deployed my Node.js application to Heroku for the first time and it is working perfectly. However, I edited a file and need to update it, how can I do that? Should I use git push heroku master
again or is there another command to use in the right way?