chore(ci): add irc notification
This commit is contained in:
parent
522c0a009f
commit
70693cc693
1 changed files with 17 additions and 17 deletions
|
|
@ -2,20 +2,20 @@ when:
|
|||
- event: [push, manual]
|
||||
|
||||
steps:
|
||||
- name: Build & publish container
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
registry: ${CI_FORGE_URL##https://}
|
||||
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
username:
|
||||
from_secret: forge-username
|
||||
password:
|
||||
from_secret: forge-token
|
||||
- name: Irc notification
|
||||
image: plugins/irc
|
||||
settings:
|
||||
channel: "#rosa-rubiginosa"
|
||||
host: irc.chat.e5150.fr
|
||||
port: 6697
|
||||
enable-tls: true
|
||||
failure: ignore
|
||||
- name: Build & publish container
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
registry: ${CI_FORGE_URL##https://}
|
||||
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
username:
|
||||
from_secret: forge-username
|
||||
password:
|
||||
from_secret: forge-token
|
||||
- name: Irc notification
|
||||
image: forge.e5150.fr/wpci-plugins/drone-irc
|
||||
settings:
|
||||
channel: "#rosa-rubiginosa"
|
||||
host: irc.chat.e5150.fr
|
||||
port: 6697
|
||||
enable-tls: true
|
||||
failure: ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue