We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0745803 commit 36e86e4Copy full SHA for 36e86e4
1 file changed
.woodpecker/docs.yaml
@@ -36,7 +36,7 @@ steps:
36
- apt-get update
37
- apt-get install -y openssh-client rsync
38
- mkdir -p $HOME/.ssh
39
- - ssh-keyscan -vvv -t rsa $REMOTE_HOST >> $HOME/.ssh/known_hosts
+ - ssh-keyscan -t rsa $REMOTE_HOST >> $HOME/.ssh/known_hosts
40
- echo "$SSH_KEY" > "$HOME/.ssh/id_rsa"
41
- chmod 0600 $HOME/.ssh/id_rsa
42
- rsync -a --exclude '.git' --delete . woodpeckersyncer@$REMOTE_HOST:/var/swagger/libre-graph-api
0 commit comments