„.drone.yml“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Denys Konovalov 2023-02-13 13:54:17 +01:00
parent e01214f052
commit 4060c19b47

@ -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