3
0
Arne Teuke
2025-10-23 22:14:42 +02:00
parent b8b26d120d
commit a21b42823f
4 changed files with 6 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
"trigger-rule": {
"match": {
"type": "payload-hash-sha1",
"secret": "your_webhook_secret"
"secret": "<%= @pt_webhook_secret %>"
}
}
}

View File

@@ -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)$"
}