摘要: php项目github自动pull到服务器 项目名:web 一、自动触发 1、在服务器添加脚本文件:gitpull.sh #!/bin/sh cd /www/web git reset --hard origin/master git clean -f git pull 2>&1 git check 阅读全文
posted @ 2020-12-15 20:50 pleidy 阅读(244) 评论(0) 推荐(0)