Home > Q&A > body text
一个PHP小项目,每天各自将内容提交到git服务器上,有什么方法可以将提交的PHP内容同时发布到apache中供其他人测试用?apache和git在同一服务器上。
大家讲道理2017-04-21 11:20:33
Add a post-receive hook, and call your deploy script in the hook (copy files, restart services, etc.)
天蓬老师2017-04-21 11:20:33
Install an open source gitlab...it’s simple and convenient...
阿神2017-04-21 11:20:33
Git on Server - Public Access