0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plugins.maubot.xyz/.gitlab-ci.yml
2023-11-20 00:55:50 +02:00

11 lines
177 B
YAML

deploy:
stage: deploy
tags:
- webdeploy
only:
- main
script:
- apk add --no-cache hugo rsync
- hugo
- rsync -rcthvl --delete public/ /srv/web/plugins.mau.bot/