diff --git a/.drone.yml b/.drone.yml index 889a880..1585a09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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}