27 lines
577 B
JSON
27 lines
577 B
JSON
[
|
|
{
|
|
"id": "query-database",
|
|
"execute-command": "/opt/query-database/scripts/deploy.sh",
|
|
"command-working-directory": "/opt/query-database",
|
|
"trigger-rule": {
|
|
"and": [
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "refs/heads/main",
|
|
"parameter": { "source": "payload", "name": "ref" }
|
|
}
|
|
},
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "change-me",
|
|
"parameter": { "source": "url", "name": "token" }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
|