diff --git a/.drone.yml b/.drone.yml index d57e5f2..3a7fd85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,14 +16,15 @@ steps: - name: build-live image: klakegg/hugo:ext-alpine commands: - - unset HUGO_DESTINATION - - hugo -D --baseUrl "http://danilafe.com:8080" --destination /live-output + - hugo -D --baseUrl "http://danilafe.com:8080" - ls -la - ls -la /live-output - ls -la /target volumes: - name: live-output path: /live-output + environment: + HUGO_DESTINATION: /live-output - name: upload-live image: eeacms/rsync commands: