From 0f7077836a49c6dd6291e27fca8b573321ee3b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Tue, 24 Jan 2023 18:49:44 +0100 Subject: [PATCH] Try with strip components --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 114f090..a256738 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: build: image: klakegg/hugo commands: - - hugo -d html + - hugo deploy: image: appleboy/drone-scp @@ -12,7 +12,8 @@ pipeline: host: - reinmuth.uberspace.de username: moanos - target: /var/www/virtual/moanos - source: html + target: /var/www/virtual/moanos/ + source: key: from_secret: ssh_key + strip_components: true