From 5d75e20e1054cf2d820722a6c67120664fcd57a3 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 21 May 2023 19:11:59 +0200 Subject: [PATCH] test scp --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 89c2c1c..1951924 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -55,7 +55,7 @@ pipeline: - mkdir test - touch test/${BRANCH}.test - echo "hallo" > test/${BRANCH}.test - + upload: image: appleboy/drone-scp settings: @@ -63,7 +63,7 @@ pipeline: user: fwupload key: from_secret: ssh-key - strip_components: 6 + strip_components: 0 target: test/ source: test/*