readd r10k webhook - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
8
templates/r10k/r10k_webhook_config.erb
Normal file
8
templates/r10k/r10k_webhook_config.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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