0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-09 17:10:41 +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": {
"ref": [
"refs/heads/master",
"refs/tags/**",
],
"status": ["success"],
@ -282,7 +283,7 @@ def notification(ctx):
"image": "plugins/slack",
"settings": {
"webhook": {
"from_secret": "private_rocketchat",
"from_secret": "slack_webhook_private",
},
"channel": "builds",
},