Merge branch 'master' of ssh://git.cantorgymnasium.de:222/gcg/gcg-website

This commit is contained in:
Denys Konovalov 2023-02-13 14:22:10 +01:00
commit 321afca51a

@ -17,7 +17,6 @@ steps:
commands:
- apk add --update --no-cache tzdata
- /bin/drone-hugo
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -print0 | xargs -0 gzip -9 -f -k
- name: deploy
image: drillster/drone-rsync