„.drone.yml“ ändern

This commit is contained in:
Denys Konovalov 2023-02-13 13:54:17 +01:00
parent 39f0611336
commit a3eb094957

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