28 lines
721 B
JSON
28 lines
721 B
JSON
[
|
|
{
|
|
"id": "myansuran-deploy",
|
|
"execute-command": "/opt/myansuran/deploy/deploy.sh",
|
|
"command-working-directory": "/opt/myansuran",
|
|
"response-message": "Deploy myansuran dicetuskan.",
|
|
"include-command-output-in-response": false,
|
|
"trigger-rule": {
|
|
"and": [
|
|
{
|
|
"match": {
|
|
"type": "payload-hmac-sha256",
|
|
"secret": "GANTI_DENGAN_SECRET_RAHSIA",
|
|
"parameter": { "source": "header", "name": "X-Gitea-Signature" }
|
|
}
|
|
},
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "refs/heads/master",
|
|
"parameter": { "source": "payload", "name": "ref" }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|