git的钩子能使得我上传github.com上的时候,能触发更新到我自己的服务器么?
PHP中文网
PHP中文网 2017-04-24 09:13:20
0
2
570

git的钩子能使得我上传github.com上的时候,能触发把最新代码更新到我自己的服务器么?

我是不是想太多了~~

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
刘奇

Yes, look at the picture, use webhooks & services,可在Just the push event. to set the request to your server, and then do the corresponding processing

巴扎黑

You can set up webhook for github.com.

https://help.github.com/articles/creating-webhooks

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!