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 -

Python ctypes access violation with const pointer arguments -