CI: fix pipeline "deploy-docs"

This commit is contained in:
6543
2021-09-11 17:16:26 +02:00
parent 9267a46d5c
commit 9d8f3d2dc7

View File

@@ -14,9 +14,10 @@ pipeline:
- GIT_USER=woodpecker-bot - GIT_USER=woodpecker-bot
- DEPLOYMENT_BRANCH=master - DEPLOYMENT_BRANCH=master
commands: commands:
- apk add openssh-client git
- mkdir -p $HOME/.ssh - mkdir -p $HOME/.ssh
- ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts - ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts
- echo "$BOT_PRIVATE_KEY > $HOME/.ssh/id_rsa" - echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
- chmod 0600 $HOME/.ssh/id_rsa - chmod 0600 $HOME/.ssh/id_rsa
- cd docs/ - cd docs/
- yarn install --frozen-lockfile - yarn install --frozen-lockfile