avoid "cannot unmarshal '<nil>' of type <nil> into a string value"
Some checks failed
ci/woodpecker/push/build_and_copy_blog Pipeline failed

vielleicht stört Woodpecker die "leere" Anweisung?
This commit is contained in:
Ludger Sicking 2024-11-04 12:53:38 +01:00
parent 1dd11d96de
commit abc30817cf

View file

@ -44,7 +44,6 @@ steps:
- chmod 600 ~/.ssh/known_hosts
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST "mkdir -p $BLOG_FOLDER"
- #scp -r -i ~/.ssh/deployKey -P $SSH_PORT sb/public/* $SSH_USER@$SSH_HOST:$BLOG_FOLDER/
- SSH_COMMAND="touch $BLOG_FOLDER/touchdown-txt_dot-log"
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST $SSH_COMMAND