Use hugo from Alpine repos
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker.io/klakegg/hugo
|
|
||||||
tags:
|
tags:
|
||||||
- webdeploy
|
- webdeploy
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
script:
|
script:
|
||||||
|
- apk add --no-cache hugo
|
||||||
- hugo
|
- hugo
|
||||||
- rsync -rcthvl --delete public/ /srv/web/plugins.maubot.xyz/
|
- rsync -rcthvl --delete public/ /srv/web/plugins.maubot.xyz/
|
||||||
|
|||||||
Reference in New Issue
Block a user