Files
my-blog/hooks.json
2025-09-25 16:51:09 +08:00

22 lines
474 B
JSON

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