how to update project on heroku code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: how to update heroku
heroku update
#(OR)
sudo apt update && sudo apt install heroku
# to update heroku