git-deploy
git-deploy copied to clipboard
had problem "Warning: shell_exec() has been disabled for security reasons"
scrip need enable sheel_exec?
Hi, this script run shell commands, like git, you can see that on https://github.com/vicenteguerra/git-deploy/blob/master/deployer.php, line 91, to enable shell_exec, just remove this from disabled_functions on your php.ini