update config file - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"trigger-rule": {
|
||||
"match": {
|
||||
"type": "payload-hash-sha1",
|
||||
"secret": "your_webhook_secret"
|
||||
"secret": "<%= @pt_webhook_secret %>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"host": "<%= @pt_pm_fqdn %>",
|
||||
"port": "8088",
|
||||
"flush_env_cache": false,
|
||||
"branch_to_env_map": {
|
||||
"master": "production",
|
||||
"^env_(.*)$": "\g<1>"
|
||||
},
|
||||
"allowed_branches": "^(env_[\w]+|master)$"
|
||||
}
|
||||
Reference in New Issue
Block a user