使用webhook进行git自动化部署
基本介绍:使用webhook部署时git的一些设置
环境介绍:阿里云上部署的Lnmpgit使用的是gitee
部署流程服务器
git clone 好项目
创建gitautoload.php
123456789101112131415161718192021222324<?phpheader('Content-Type: text/html; charset=UTF-8&a...
阅读全文…