Files
my-blog/hooks.json

19 lines
386 B
JSON

[
{
"id": "zola-build",
"execute-command": "zola",
"command-working-directory": "/app",
"pass-arguments-to-command": [{ "source": "string", "name": "build" }],
"trigger-rule": {
"match": {
"type": "value",
"value": "refs/heads/main",
"parameter": {
"source": "payload",
"name": "ref"
}
}
}
}
]