Commit 6cc7d720 authored by nanahira's avatar nanahira

def

parent 018b1d77
......@@ -158,6 +158,43 @@
}
]
},
"webhook": {
"enabled": true,
"port": 7213,
"password": "Nanahira",
"hooks": {
"script": {
"path": "./ygopro/script/",
"remote": "origin",
"branch": "master",
"callback": false
},
"windbot": {
"path": "./windbot/",
"remote": "origin",
"branch": "master",
"callback": {
"command": "xbuild",
"args": [
"/property:Configuration=Release"
],
"path": "./windbot/"
}
},
"ygopro": {
"path": "./ygopro/",
"remote": "origin",
"branch": "server",
"callback": {
"command": "make",
"args": [
"config=release"
],
"path": "./ygopro/build/"
}
}
}
},
"update_util": {
"enabled": false,
"port": 7955,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment