diff --git a/.woodpecker.yml b/.woodpecker.yml index d6a7bda..f95eb4a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ steps: - git config --global user.name CI - git add . - git commit -m "Build ${CI_BUILD_NUMBER}" - - mkdir -p .ssh/config + - mkdir -p ~/.ssh - eval $(ssh-agent -s) - echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add - - 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'