1、首先根据sudo用户赋予www执行git的权限
git.php脚本放在根目录下
<?php
print_r(shell_exec('cd ..;git reset --hard origin/master;git pull;chmod -R 775 .;chown -R www:www .'));
1、首先根据sudo用户赋予www执行git的权限
git.php脚本放在根目录下
<?php
print_r(shell_exec('cd ..;git reset --hard origin/master;git pull;chmod -R 775 .;chown -R www:www .'));
本文标题:web git hooks自动部署脚步
本文链接:https://www.haomeiwen.com/subject/jnqseltx.html
网友评论