2025-10-23 18:56:22 +02:00
|
|
|
{
|
2025-10-23 19:05:08 +02:00
|
|
|
"host": "<%= @pt_pm_fqdn %>",
|
2025-10-23 18:56:22 +02:00
|
|
|
"flush_env_cache": false,
|
|
|
|
|
"branch_to_env_map": {
|
|
|
|
|
"master": "production",
|
|
|
|
|
"^env_(.*)$": "\g<1>"
|
|
|
|
|
},
|
|
|
|
|
"allowed_branches": "^(env_[\w]+|master)$"
|
|
|
|
|
}
|