diff --git a/.drone.yml b/.drone.yml index 1111226..ec6eb66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build-live image: klakegg/hugo:ext-alpine commands: - - hugo -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build + - hugo -v -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build - pwd - ls -la . - name: upload-live