bugfix: repair .woodpecker.yml

This commit is contained in:
Settel 2022-11-06 09:58:48 +01:00
parent 102540a0f9
commit 1664b99dc7

View File

@ -5,3 +5,34 @@ pipeline:
- ( cd client && yarn install ) - ( cd client && yarn install )
- ( cd client/ && yarn generate ) - ( cd client/ && yarn generate )
- mkdir -p client/.output/public/ - mkdir -p client/.output/public/
backend:
image: golang:1.18-alpine
commands:
- apk add go-bindata
- apk add make
- make -C server setup
- make -C server build
- 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