From 49bd7d320f254d3f5a07edfa93b8b432042fcb24 Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 22:49:04 +0200 Subject: drone yml fix --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index e8b3bbe..b14b6f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,11 +6,14 @@ name: default steps: - name: build and copy to public image: klakegg/hugo:latest + clone: false volumes: - name: public path: /var/www/qugalet_personal commands: - cd /var/www/qugalet_personal + - git pull origin master + - git submodule update - hugo volumes: -- cgit v1.3-3-ga95d