ci: notify with xmpp-ci image
parent
a9aa311542
commit
bd425c2818
|
@ -23,11 +23,12 @@ pipeline:
|
||||||
args: --recursive --human-readable --verbose --delete
|
args: --recursive --human-readable --verbose --delete
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: registry.monotremata.xyz/sendxmpp
|
image: registry.monotremata.xyz/xmpp-ci
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
message: "frontpage built and deployed successfully"
|
|
||||||
username: "woodpecker@monotremata.xyz"
|
username: "woodpecker@monotremata.xyz"
|
||||||
|
recipient: "rilla@monotremata.xyz"
|
||||||
password:
|
password:
|
||||||
from_secret: xmpp_password
|
from_secret: xmpp_password
|
||||||
recipient: "rilla@monotremata.xyz"
|
when:
|
||||||
|
status: [success, failure]
|
||||||
|
|
Loading…
Reference in New Issue