update drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mathieu Broillet 2023-06-11 12:56:02 +02:00
parent d5781f0fb9
commit e807d9812b
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -24,6 +24,10 @@ steps:
commands:
- hugo --gc --minify -b https://blog.broillet.ch/
- name: copy built website
commands:
- cp public/ /var/www/html/blog/
# - name: vps-deploy
# commands:
# - rsync -ah --stats public/ cirrus:/var/www/html/blog/${DRONE_COMMIT_SHA:0:8}