query-database/deploy/webhook/hooks.json
query-database 6208da9725 feat:更新
2026-03-27 15:52:00 +08:00

27 lines
577 B
JSON

[
{
"id": "query-database",
"execute-command": "/opt/query-database/scripts/deploy.sh",
"command-working-directory": "/opt/query-database",
"trigger-rule": {
"and": [
{
"match": {
"type": "value",
"value": "refs/heads/main",
"parameter": { "source": "payload", "name": "ref" }
}
},
{
"match": {
"type": "value",
"value": "change-me",
"parameter": { "source": "url", "name": "token" }
}
}
]
}
}
]