How to update your app on heroku

·

1 min read

git add .
git commit -m 'update my app'
git push heroku master

:)