I have this strange issue that my git push origin master and cap deploy it not updating to the latest code and images on production server. I still have old images that I updated localy a long time ago and changes still not reflected.
-
Is there a way to reset a remote git repo and upload a clean latest version of your local to it?
-
Or other ways to debug, git status shows no untracked files so I really don’t get where it goes wrong.
This turned out to be an SSH timeout on cap deploy, wich I dident have noticed. Resulting in not all commits uploaded thus not seeing my latest commited changes.
Had to upgrade ssh timeout on server.