28 lines
531 B
JSON
28 lines
531 B
JSON
[
|
|
{
|
|
"id": "bssapp-deploy",
|
|
"execute-command": "/bin/systemctl",
|
|
"command-working-directory": "/opt/bssapp",
|
|
"pass-arguments-to-command": [
|
|
{
|
|
"source": "string",
|
|
"name": "start"
|
|
},
|
|
{
|
|
"source": "string",
|
|
"name": "bssapp-deploy"
|
|
}
|
|
],
|
|
"trigger-rule": {
|
|
"match": {
|
|
"type": "value",
|
|
"value": "bssapp-secret-2026",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-BSSAPP-SECRET"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|