From 4c0f6b59fb2732d5428ec3a65c438b3f12c17309 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sun, 11 Jun 2023 12:58:03 +0200 Subject: [PATCH] update drone --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a803dad..191642a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,17 +18,18 @@ steps: commands: - git submodule update --init - hugo version - - pwd + - pwd && ls -l # - ln -s /home/hebron/hugo_resources/production resources - name: build commands: - hugo --gc --minify -b https://blog.broillet.ch/ - - pwd + - pwd && ls -l - name: copy built website commands: - - pwd + - pwd && ls -l + - sleep 30 - cp public/ /var/www/html/blog/ # - name: vps-deploy