0

Initial commit

This commit is contained in:
Tulir Asokan
2023-06-26 15:19:36 +03:00
commit 46a6426960
64 changed files with 953 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

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