fix(config): add

This commit is contained in:
2025-09-25 21:03:16 +08:00
parent 9345819a6c
commit 031379c009
25 changed files with 524 additions and 55 deletions

View File

@@ -1,19 +1,15 @@
[
{
"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" }
],
"execute-command": "/app/scripts/deploy.sh",
"command-working-directory": "/app/zola-blog",
"trigger-rule": {
"match": {
"type": "value",
"value": "refs/heads/main",
"type": "payload-hmac-sha256",
"secret": "mySuperSecret123!@#",
"parameter": {
"source": "payload",
"name": "ref"
"source": "header",
"name": "X-Gitea-Signature"
}
}
}