git - Heroku: Can I configure Heroku to do an incremental build on my Python / Django application? -


i've big/large application, i'm doing tiny changes, when push using:

git push heroku master 

i see full app start deploying, not modified files! there way push single files!

p.s:

edit 1: changed title
edit 2: there way store many commits locally before pushing them 1 single commit due question above!

regards!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -