-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
這是我的 webhook.conf
{
"bind": ":9876",
"items": [
{
"repo": "http://192.168.11.200:3000/changch/autodeploytest.git",
"branch": "master",
"script": "/usr/local/bin/hello.sh"
}
]}
192.168.11.200 是我們自己建立的 gitea server
我已經在上面建立了 webhook
https://i.imgur.com/XRjLjU2.png
也看到有成功觸發了webhook
https://i.imgur.com/YwhRF4V.png
可是並沒有去執行 /usr/local/bin/hello.sh 耶?
我還需要檢查什麼嗎?
Metadata
Metadata
Assignees
Labels
No labels