diff --git a/.drone.yml b/.drone.yml index 971e92c..12e722e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,13 +9,13 @@ steps: - name: build image: klakegg/hugo:ext-alpine commands: - - hugo-official + - hugo-official --minify - name: deploy image: appleboy/drone-scp settings: host: jcktrue.dk target: /srv/raid/apps/http/jcktrue.dk/ - source: /target/* + source: public/* strip_components: 1 username: from_secret: SSH_USERNAME