hooks/post-update not working automatically when i push thing to my repo.
cd /var/www/domain.com/ || exit
unset GIT_DIR
git pull hub master
exec git update-server-info
but when i manually do /var/www/../domain.com/../hooks/post-update it deploys good!
I tried post-update, post-commit , nothing helps =(
UPDATE
I have 2 repo's one (git init) and other (git --bare init). I commit to --bare init and want it automatically transfer files to my another repo
--barerepository? – evnu Dec 2 '12 at 16:26