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