avoid "cannot unmarshal '<nil>' of type <nil> into a string value"
Some checks failed
ci/woodpecker/push/build_and_copy_blog Pipeline failed
Some checks failed
ci/woodpecker/push/build_and_copy_blog Pipeline failed
vielleicht stört Woodpecker die "leere" Anweisung?
This commit is contained in:
parent
1dd11d96de
commit
abc30817cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue