We want to get the server to auto push and pull.
This use to work:
git pull https://{user}:{password}@bitbucket.org/user/{repo_name}.git master;'
But since the ssh keys are in place it will not work anymore
I am doing a $output = shell_exec($command); command in php.
Please help or is there a better way of getting the server to auto pull the repo?