From 9d61d15363c0560dd03864c67636a4393f73b62d Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sun, 11 Jun 2023 12:56:54 +0200 Subject: [PATCH] update drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) 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