1 Star 0 Fork 1

DistributedDB / git-webhooks-server

forked from Holyhi / git-webhooks-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
git-webhooks-server.ini.sample 703 Bytes
一键复制 编辑 原始数据 按行查看 历史
[server]
address=0.0.0.0
port=6789
log_file=/var/log/git-webhooks-server.log
[ssl]
enable=true
key_file=/path/to/key.pem
cert_file=/path/to/cert.pem
[github]
handle_events=push
verify=False
secret=
[gitee]
handle_events=Push Hook
verify=False
secret=
[gitlab]
handle_events=push
verify=False
secret=
[custom]
header_name=X-Custom-Header
header_value=Custom-Git-Hookshot
header_token=X-Custom-Token
header_event=X-Custom-Event
identifier_path=project.path_with_namespace
handle_events=push
verify=False
secret=
[sample/repository1]
cwd=/path/to/your/repository1
cmd=git fetch --all & git reset --hard origin/master & git pull
[sample/repository2]
cwd=/path/to/your/repository2
cmd=deploy-script.sh
Python
1
https://gitee.com/distributed-db/git-webhooks-server.git
git@gitee.com:distributed-db/git-webhooks-server.git
distributed-db
git-webhooks-server
git-webhooks-server
master

搜索帮助