I'm managing my wordpress template in Bitbucket.
Each time I push
the theme, I must log in my VPS server and pull
the repo.
I want to do it automatically.
I found a solution if I run git deamon myown. Do an automatic pull request after pushing to server
But I want to use Bitbucket because it works as a backup also.
I found a Document about bitbucket's hook, but I could't find how to do it. https://confluence.atlassian.com/display/BITBUCKET/Manage+Bitbucket+hooks
Could anyone show me a solution?