0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-22 10:00:38 +00:00
This commit is contained in:
Robert Kaussow 2021-01-26 14:24:26 +01:00
parent e5389e8955
commit f08b7e933c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -233,6 +233,7 @@ def pushrm(ctx):
], ],
"trigger": { "trigger": {
"ref": [ "ref": [
"refs/heads/master",
"refs/tags/**", "refs/tags/**",
], ],
"status": ["success"], "status": ["success"],
@ -282,7 +283,7 @@ def notification(ctx):
"image": "plugins/slack", "image": "plugins/slack",
"settings": { "settings": {
"webhook": { "webhook": {
"from_secret": "private_rocketchat", "from_secret": "slack_webhook_private",
}, },
"channel": "builds", "channel": "builds",
}, },