search

Home  >  Q&A  >  body text

有什么办法将git的内容布署到apache中

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

怪我咯怪我咯2801 days ago660

reply all(3)I'll reply

  • 大家讲道理

    大家讲道理2017-04-21 11:20:33

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

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-21 11:20:33

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

    reply
    0
  • 阿神

    阿神2017-04-21 11:20:33

    Git on Server - Public Access

    reply
    0
  • Cancelreply