mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-22 10:00:38 +00:00
fix ci
This commit is contained in:
parent
e5389e8955
commit
f08b7e933c
@ -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",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user