do i have to git push heroku master every time there is a change in code code example
Example 1: git push to heroku
$ git push heroku master
Example 2: heroku git remote
heroku git:remote -a name-of-app
$ git push heroku master
heroku git:remote -a name-of-app