Thanks for help, found the issue, it is due to the in window/mac file or folder name not case sensitive but in deployment it use Linux in which file name is case sensitive, i have changed file and folder name but it not tracked in git, we have to config git to get it tracked by using git config core.ignorecase false