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