有什么办法将git的内容布署到apache中
怪我咯
怪我咯 2017-04-21 11:18:33
0
3
649

一个PHP小项目,每天各自将内容提交到git服务器上,有什么方法可以将提交的PHP内容同时发布到apache中供其他人测试用?apache和git在同一服务器上。

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
大家讲道理

Add a post-receive hook, and call your deploy script in the hook (copy files, restart services, etc.)

Peter_Zhu

Install an open source gitlab...it’s simple and convenient...

阿神

Git on Server - Public Access

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template