test scp
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Stefan Hoffmann 2023-05-21 19:11:59 +02:00
parent 35ff97c847
commit 5d75e20e10
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -55,7 +55,7 @@ pipeline:
- mkdir test - mkdir test
- touch test/${BRANCH}.test - touch test/${BRANCH}.test
- echo "hallo" > test/${BRANCH}.test - echo "hallo" > test/${BRANCH}.test
upload: upload:
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
@ -63,7 +63,7 @@ pipeline:
user: fwupload user: fwupload
key: key:
from_secret: ssh-key from_secret: ssh-key
strip_components: 6 strip_components: 0
target: test/ target: test/
source: test/* source: test/*