1 Star 0 Fork 6

水漫门廷/swoole-webhook

forked from 宇润/swoole-webhook 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2019-07-08 19:50 . 兼容新版本swoole
{
"server": {
"host": "0.0.0.0",
"port": 12580,
"taskMemorySize": 1048576,
"setting": {
"worker_num": 1,
"task_worker_num": 1,
"task_enable_coroutine": true
}
},
"sites": {
"gitee": [
{
"name": "yurunsoft/imi",
"password": "密码",
"ref": "refs/heads/master",
"hook_name": "push_hooks",
"cmds": [
"git -C /projects/imi pull",
"systemctl restart imi"
]
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/huashiyuting/swoole-webhook.git
[email protected]:huashiyuting/swoole-webhook.git
huashiyuting
swoole-webhook
swoole-webhook
master

搜索帮助