JackieChen
JackieChen
> So, is the two buckets exist? ofcourse
> 我有一个例子给大家参考,我直接在openresty 的nginx配置文件中直接增加以下代码可以完成webhook相同的功能。 > > location /.githook.sh { > content_by_lua_block { > local handle = io.popen("cd /www/sites/example.com/index/ && sh /www/sites/example.com/index/.githook.sh") > local result = handle:read("*a") > handle:close() > ngx.say(result) >...
I have also encountered this situation. How can we solve it