Drone Cya

This commit is contained in:
~lucidiot 2022-07-20 20:31:47 +02:00
parent 107d4b1470
commit 2a48f7ebd5
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: irc
image: plugins/irc
settings:
host: m455.casa
port: 6697
nick: lucibot
channel: '#basement'
enable_tls: yes
use_sasl: yes
sasl_password:
from_secret: sasl_password
template: 'Updated https://casa.tildepages.org/ - {{ $msg := build.message }}{{ if gt (len $msg) 80 }}{{ $msg = print (slice $msg 0 80) "…" }}{{ end }}{{ printf "%#v" $msg }} by {{ build.author }} - https://tildegit.org/casa/pages/commit/{{ build.commit }}'
when:
status:
- success
- failure
branch:
- main
repo:
- casa/pages
# For some reason, the IRC plugin works but causes
# an "Error, disconnected: EOF" when quitting, which
# makes the pipeline fail every time…
failure: ignore