steps to deploy on heroku code example
Example 1: push heroku
$ git push heroku master
Example 2: heroku create app
heroku create <app_name_you_want_it_to_be>
# Make sure you have heroku CLI installed and have added it to PATH.
$ git push heroku master
heroku create <app_name_you_want_it_to_be>
# Make sure you have heroku CLI installed and have added it to PATH.