1 shell_exec('ls')
$request = json_decode(file_get_contents('php://input'), true)
echo shell_exec('cd your_path && git pull')
sudo chown -R :www-data your_path sudo chmod -R g+w your_path