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
Tulir Asokan 46a6426960 Initial commit
2023-06-26 15:22:42 +03:00

11 lines
178 B
YAML

deploy:
stage: deploy
image: docker.io/klakegg/hugo
tags:
- webdeploy
only:
- main
script:
- hugo
- rsync -rcthvl --delete public/ /srv/web/plugins.maubot.xyz/