bugfix: repair .woodpecker.yml
This commit is contained in:
parent
251e9b3ad0
commit
8abcc94c62
@ -15,6 +15,28 @@ pipeline:
|
|||||||
- make -C server build
|
- make -C server build
|
||||||
- cp srver/knowyt build/files/
|
- cp srver/knowyt build/files/
|
||||||
|
|
||||||
|
build-publish:
|
||||||
|
image: mtvb/drone-kaniko
|
||||||
|
settings:
|
||||||
|
reproducible: true
|
||||||
|
username:
|
||||||
|
from_secret: docker.private.gnuher.de.username
|
||||||
|
password:
|
||||||
|
from_secret: docker.private.gnuher.de.password
|
||||||
|
repo: knowyt
|
||||||
|
registry: docker.private.gnuher.de
|
||||||
|
tags: latest
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.bw-messenger.de/
|
||||||
|
roomid: wHCOKvEHLUmsNybNwh:matrix.bw-messenger.de
|
||||||
|
username:
|
||||||
|
from_secret: matrix.bw-messenger.de.username
|
||||||
|
password:
|
||||||
|
from_secret: matrix.bw-messenger.de.password
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- woodpecker
|
- woodpecker
|
||||||
- prod
|
- prod
|
||||||
|
Loading…
Reference in New Issue
Block a user