22 lines
474 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|