Initial commit
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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/
|
||||
Reference in New Issue
Block a user