From 13ef8c275c1b8206310c43693595823c87cb9b3e Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 27 Feb 2023 14:07:13 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5a4f96..d6bdafa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build image: klakegg/hugo:ext-ci commands: - - cd themes/ananke && npm i && cd - + - cd themes/ananke #&& npm i && cd - - hugo --gc --minify --environment production - name: deploy @@ -20,7 +20,7 @@ steps: settings: host: "217.160.46.175" target: /var/www/html/nicktrimborn.de/public_html/ - source: public/* + source: public/. username: "root" password: "R*Hc96Wb@v"