mautrix-docs/.gitlab-ci.yml

12 lines
499 B
YAML

deploy:
image: dock.mau.dev/tulir/docker-mdbook
tags: [webdeploy]
script:
- rsync -rcthvl bookshelf/ /srv/web/docs.mau.fi/
- rsync -rcthvl python/ /srv/web/docs.mau.fi/python/
- mdbook build bridges && rsync -rcthvl --delete dist/bridges/html/ /srv/web/docs.mau.fi/bridges/
- mdbook build maubot && rsync -rcthvl --delete dist/maubot/html/ /srv/web/docs.mau.fi/maubot/
- mdbook build gomuks && rsync -rcthvl --delete dist/gomuks/html/ /srv/web/docs.mau.fi/gomuks/
only:
- master