knowyt/.woodpecker.yml
Settel 0d255c1ee5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
bugfix: install pnpm in CI
2023-06-18 11:31:25 +02:00

42 lines
1.0 KiB
YAML

pipeline:
frontend:
image: node:18-alpine
commands:
- yarn global add pnpm
- ( cd client && pnpm run setup )
- ( cd client/ && pnpm run generate )
- mkdir -p client/.output/public/
backend:
image: golang:1.20-alpine
commands:
- apk add go-bindata
- apk add make
- make -C server setup
- make -C server build
- cp server/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: thegeeklab/drone-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: prod