diff --git a/.drone.yml b/.drone.yml index 1585a09..a803dad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,14 +18,17 @@ steps: commands: - git submodule update --init - hugo version + - pwd # - ln -s /home/hebron/hugo_resources/production resources - name: build commands: - hugo --gc --minify -b https://blog.broillet.ch/ + - pwd - name: copy built website commands: + - pwd - cp public/ /var/www/html/blog/ # - name: vps-deploy