update config file - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -8,11 +8,19 @@
|
||||
{ "source": "string", "name": "environment" },
|
||||
{ "source": "string", "name": "-pv" }
|
||||
],
|
||||
|
||||
"trigger-rule": {
|
||||
"match": {
|
||||
"type": "payload-hash-sha1",
|
||||
"secret": "<%= @pt_webhook_secret %>"
|
||||
}
|
||||
"and": [
|
||||
{ "match": {
|
||||
"type": "payload",
|
||||
"parameter": "ref",
|
||||
"value": "refs/heads/production" }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user